Skip to content

Commit

Permalink
fix(ci): Fix syntax error in build-docker-image-from-tag workflow y…
Browse files Browse the repository at this point in the history
…aml (#1326)

This prevents us from releasing a new version. failed build:
https://github.com/matter-labs/zksync-era/actions/runs/8116928319
  • Loading branch information
RomanBrodetski authored Mar 1, 2024
1 parent f0e1c40 commit ae1f92d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-docker-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
prover_fri_gpu_key_id: ${{ steps.extract-prover-fri-setup-key-ids.outputs.gpu_short_commit_sha }}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:

- name: Generate output with git tag
id: set
run: |
Expand Down

1 comment on commit ae1f92d

@Discoba
Copy link

@Discoba Discoba commented on ae1f92d Mar 3, 2024

Choose a reason for hiding this comment

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

Nice

Please sign in to comment.