ci: add latest tag
All checks were successful
lint, build and push / lint (push) Successful in 3s
lint, build and push / build (push) Successful in 14s

This commit is contained in:
Michael Grote 2024-10-13 20:04:11 +02:00
parent d8d0af5a14
commit 0f4f1b6968

View file

@ -56,6 +56,10 @@ jobs:
with:
images: |
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
uses: docker/setup-buildx-action@v3
# - name: Login to Docker Hub