Publish to Docker Hub via GAR#1455
Draft
martincostello wants to merge 7 commits into
Draft
Conversation
zeitlinger
previously approved these changes
Jun 8, 2026
Publish released images to Docker Hub via a Google Artifact Repository mirror.
- Use output instead of env to set `GIT_COMMIT_EPOCH`. - Simplify step ID. - Add step name.
ea7ccc4 to
ecd9153
Compare
Associate the release publishing with an environment so we can lock down the refs that are allowed to do so.
Allow maximum of 30 minutes to publish (longest I could see was 11 minutes).
- Wait for the image to be mirrored after publish. - Parameterise some things. - Add TODO regarding attestation and signing.
Add steps to verify the container image's attestation and signature immediately after they are created.
Don't verify nothing.
Merged
martincostello
added a commit
that referenced
this pull request
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publish released images to Docker Hub via a Google Artifact Repository mirror.