Using GitHub actions
To run the CI/CD action:
Ensure you have
release-containers.ymlin/paws-data-pipeline/.github/workflowsTag your code:
git tag -fa v1.4 -m "Still testing Actions"Push with
git push -f --tags
Check the Actions page to see the progress.
Last updated