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

Tag container images when a tag is pushed to the repo #115

Closed
wants to merge 2 commits into from

Conversation

alvarof2
Copy link
Member

Description

This PR will add tags to the Docker containers in Artifact Registry for the ODIS artifacts when a tag is pushed to the repo so that we don't have to tag the images manually (odis-combiner-.* for Combiner, odis-loadtest-.* for load tests, odis-signer-.* for Signer).

Draft as it requires this PR in infra repo.

Other changes

Describe any minor or "drive-by" changes here.

Tested

An explanation of how the changes were tested or an explanation as to why they don't need to be.

Related issues

  • Fixes #[issue number here]

Backwards compatibility

Brief explanation of why these changes are/are not backwards compatible.

Documentation

The set of community facing docs that have been added/modified because of this change

@changeset-bot
Copy link

changeset-bot bot commented Oct 25, 2023

🦋 Changeset detected

Latest commit: 4fe000c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -42,3 +44,17 @@ jobs:
context: .
file: dockerfiles/phone-number-privacy/Dockerfile-combiner
trivy: true

odis-combiner-tag:
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you try with main version?

We can make a tag there to be easier to use.

@@ -42,3 +44,17 @@
context: .
file: dockerfiles/phone-number-privacy/Dockerfile-loadtest
trivy: true

odis-loadtest-tag:
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as previous.
Also why different versions here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing latest commit here. BTW the platforms default doesn't seem to work

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use ' instead of "???

@alvarof2 alvarof2 closed this Oct 27, 2023
@alvarof2 alvarof2 deleted the gh-actions-release branch October 27, 2023 13:08
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