We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1d3eb commit 9fcd6caCopy full SHA for 9fcd6ca
1 file changed
.github/workflows/docker.yml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
node-version: '20.x'
16
- run: npm i
17
+ - name: Print GitHub ref
18
+ run: echo "GITHUB_REF=${GITHUB_REF}"
19
# - name: Get latest Git tag
20
# id: tag
21
# run: |
@@ -28,6 +30,7 @@ jobs:
28
30
context: git
29
31
tags: |
32
type=semver,pattern={{version}}
33
+ type=semver,pattern={{major}},prefix=
34
# - name: Set up Docker Buildx
35
# uses: docker/setup-buildx-action@v3
36
0 commit comments