Skip to content

Using GitHub actions

Cris Simpson edited this page Apr 13, 2021 · 1 revision

To run the CI/CD action:

  • Ensure you have release-containers.yml in /paws-data-pipeline/.github/workflows
  • Tag 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.