Skip to content

Commit

Permalink
ci: Fix prover-fri-gpu-gar build (#2465)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik authored Jul 23, 2024
1 parent 3fbbee1 commit 6ce0b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-prover-fri-gpu-gar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
context: docker/prover-gpu-fri-gar
build-args: |
PROVER_IMAGE=${{ inputs.image_tag_suffix }}
PROVER_IMAGE=${{ inputs.protocol_version }}-${{ inputs.image_tag_suffix }}
push: true
tags: |
us-docker.pkg.dev/matterlabs-infra/matterlabs-docker/prover-fri-gpu-gar:2.0-${{ inputs.protocol_version }}-${{ inputs.image_tag_suffix }}
Expand Down

0 comments on commit 6ce0b50

Please sign in to comment.