Skip to content

Commit

Permalink
ci: fix image for dev/edge docker metadata (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed authored Sep 7, 2024
1 parent cfd064d commit ea43517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
uses: docker/metadata-action@v5
if: ${{ github.event_name != 'release' }}
with:
images: |
${{ inputs.image-name }}
images: ghcr.io/idoneam/Canary
flavor: |
latest=false
tags: |
Expand Down

0 comments on commit ea43517

Please sign in to comment.