Skip to content

Commit

Permalink
.github: fix tagging of images for releass (non-semver)
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Aug 13, 2023
1 parent 428772e commit 46dca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
${{ github.repository }}
ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
type=ref,event=tag
type=edge
- name: Log in to GHCR
uses: docker/login-action@v2
Expand Down

0 comments on commit 46dca12

Please sign in to comment.