Skip to content

Commit

Permalink
Merge pull request #537 from LedgerHQ/fix/speculos-images
Browse files Browse the repository at this point in the history
Can't specify tags when 'push-by-digest' is true
  • Loading branch information
vbaskov-ledger authored Dec 6, 2024
2 parents d65cd29 + efdc9ec commit e59e8c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ jobs:
uses: docker/build-push-action@v6
id: buildPush
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
outputs: type=image,name=ghcr.io/ledgerhq/speculos,push-by-digest=true,name-canonical=true,push=${{ env.PUSH_FLAG }}
Expand Down

0 comments on commit e59e8c0

Please sign in to comment.