Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update delivery pipeline to use latest tag when run from master
Update the `delivery.yml` pipeline to use different tags based on the branch it is run from. * **README.md** - Add a note about the new behavior of the `delivery.yml` pipeline. - Mention that the pipeline now uses the latest tag when run from master. - Mention that the pipeline uses the staging tag when not run from master. * **.github/workflows/delivery.yml** - Add a condition to check if the pipeline is run from the master branch. - Modify the `tags` value to use the latest tag when run from master. - Modify the `tags` value to use the staging tag when not run from master. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/privacybydesign/irma-documentation?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information