Skip to content

Commit f2ad0b0

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

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.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

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Development containers for the Midnight Sun Solar Rayce Car Team:
2+
3+
### Contributing:
4+
5+

0 commit comments

Comments
 (0)