Skip to content

Commit

Permalink
fix: use version name for prod docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Feb 26, 2024
1 parent c1fb0c2 commit a352eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
with:
push: true
tags: |
"us-docker.pkg.dev/matterlabs-infra/matterlabs-docker/block-explorer-worker:prod"
"us-docker.pkg.dev/matterlabs-infra/matterlabs-docker/block-explorer-worker:v${{ needs.createReleaseVersion.outputs.releaseVersion }}"
file: packages/worker/Dockerfile
no-cache: true

0 comments on commit a352eef

Please sign in to comment.