Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update delivery pipeline to use latest tag when run from master #71

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

DibranMulder
Copy link
Contributor

@DibranMulder DibranMulder commented Jan 2, 2025

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.

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).
@DibranMulder DibranMulder merged commit ada8aee into master Jan 2, 2025
1 check passed
@DibranMulder DibranMulder deleted the DibranMulder/update-delivery-pipeline branch January 2, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants