File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 3030 git fetch --tags
3131 TAG=$(git describe --tags --abbrev=0)
3232 echo "tag=$TAG" >> $GITHUB_OUTPUT
33- - name : Get current tag
34- run : |
35- echo "Tag: ${{ steps.tag.outputs.tag }}"
3633 - name : Log in to the Github Container registry
3734 uses : docker/login-action@v3
3835 with :
@@ -42,13 +39,11 @@ jobs:
4239
4340 - name : Extract metadata (tags, labels) for Docker
4441 id : meta
45- uses : docker/metadata-action@v4
42+ uses : docker/metadata-action@v5
4643 with :
4744 images : ghcr.io/${{ github.repository_owner }}/stencil-cli
4845 tags : |
49- type=match,pattern=\d.\d.\d
50- type=match,pattern=\d.\d.
51- type=match,pattern=\d.
46+ type=semver,pattern={{version}}
5247 - name : Set up Docker Buildx
5348 uses : docker/setup-buildx-action@v3
5449
You can’t perform that action at this time.
0 commit comments