Skip to content

Commit

Permalink
[ci][fix] Can't specify tags when 'push-by-digest' is true
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Dec 6, 2024
1 parent 2ad969a commit 5f6df09
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 5f6df09

Please sign in to comment.