To run the CI/CD action:
Ensure you have release-containers.yml in /paws-data-pipeline/.github/workflows
release-containers.yml
/paws-data-pipeline/.github/workflows
Tag your code: git tag -fa v1.4 -m "Still testing Actions"
git tag -fa v1.4 -m "Still testing Actions"
Push with git push -f --tags
git push -f --tags
Check the Actionsarrow-up-right page to see the progress.
Last updated 3 years ago