Update WF with version tag
This commit is contained in:
3
.github/workflows/build-and-push.yml
vendored
3
.github/workflows/build-and-push.yml
vendored
@@ -54,8 +54,7 @@ jobs:
|
|||||||
ghcr.io/${{ github.actor }}/caddy-${{ matrix.variant.name }}
|
ghcr.io/${{ github.actor }}/caddy-${{ matrix.variant.name }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest
|
type=raw,value=latest
|
||||||
type=ref,event=branch
|
type=raw,value=${{ env.VERSION }}
|
||||||
type=ref,event=tag
|
|
||||||
type=sha,format=long,prefix=sha-
|
type=sha,format=long,prefix=sha-
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|||||||
Reference in New Issue
Block a user