Skip to content

Commit

Permalink
Fix image tag reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaefer committed Dec 18, 2023
1 parent 5e8b5d2 commit 37940c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
REFERENCE: ${{ github.ref == 'refs/heads/main' && 'latest' || 'github.ref_name' }}
REFERENCE: ${{ github.ref == 'refs/heads/main' && 'latest' || github.ref_name }}
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 37940c0

Please sign in to comment.