We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1ad45 commit f2ad0b0Copy full SHA for f2ad0b0
.github/workflows/ci.yaml
@@ -30,7 +30,8 @@ jobs:
30
images: |
31
ghcr.io/uw-midsun/devcontainers/${{ matrix.project }}
32
tags: |
33
- type=semver,pattern={{major}}.{{minor}}
+ type=semver,pattern={{raw}}
34
+ type=semver,pattern={{version}}
35
type=sha
36
37
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
README.md
@@ -0,0 +1,5 @@
1
+### Development containers for the Midnight Sun Solar Rayce Car Team:
2
+
3
+### Contributing:
4
5
0 commit comments