Skip to content

Commit 931d2e6

Browse files
committed
Actually fix semver tagging (#5)
1 parent 4e1ad45 commit 931d2e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
images: |
3131
ghcr.io/uw-midsun/devcontainers/${{ matrix.project }}
3232
tags: |
33-
type=semver,pattern={{major}}.{{minor}}
33+
type=semver,pattern={{raw}}
34+
type=semver,pattern={{version}}
3435
type=sha
3536
3637
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9

0 commit comments

Comments
 (0)