ci: add latest tag
This commit is contained in:
parent
d8d0af5a14
commit
0f4f1b6968
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
registry.mgrote.net/${{ steps.name.outputs.REPO_NAME }}
|
registry.mgrote.net/${{ steps.name.outputs.REPO_NAME }}
|
||||||
|
tags: |
|
||||||
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=pr
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
# - name: Login to Docker Hub
|
# - name: Login to Docker Hub
|
||||||
|
|
Loading…
Reference in a new issue