Skip to content

Commit

Permalink
chore: use correct vars in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinartz committed Nov 12, 2023
1 parent f02bf7e commit 1124e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ github.action_repository }}
ghcr.io/${{ github.action_repository }}
${{ github.repository }}
ghcr.io/${{ github.repository }}
tags: |
type=raw,value=${{ env.VERSION }}
type=sha
Expand Down

0 comments on commit 1124e83

Please sign in to comment.