Skip to content

Commit

Permalink
deploy: fix image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saitofun committed Jun 20, 2024
1 parent 212fa03 commit 6bccb30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract docker metadata
id: pebble-sequencer
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand All @@ -56,5 +56,5 @@ jobs:
platform: linux/amd64,linux/arm64
file: cmd/sequencer/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.pebble-sequencer.outputs.tags }}
labels: ${{ steps.pebble-sequencer.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 6bccb30

Please sign in to comment.