Skip to content

Commit

Permalink
Add "latest" and "stable" tags to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed Feb 3, 2025
1 parent c45f3a4 commit 5d8ec1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-op-geth-release/providers/github-by-repos
service-account: op-geth-release@blockchaintestsglobaltestnet.iam.gserviceaccount.com
artifact-registry: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-geth
tags: ${{ github.event.release.tag_name }}
tags: ${{ github.event.release.tag_name }},latest,stable
context: .
debug_enabled: false

0 comments on commit 5d8ec1c

Please sign in to comment.