Merge branch 'main' into renovate/alpine-3.x
All checks were successful
ci / docker (pull_request) Successful in 14s

This commit is contained in:
OCram85 2024-06-20 17:24:40 +02:00
commit bc7d0e9346

View File

@ -31,7 +31,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
-
name: Set up Docker Buildx
uses: https://gitea.ocram85.com/actions/setup-buildx-action@v2
uses: https://gitea.ocram85.com/actions/setup-buildx-action@v3
-
name: Login to Gitea Package Registry
uses: https://gitea.ocram85.com/actions/login-action@v2
@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.TOKEN }}
-
name: Build and push
uses: https://gitea.ocram85.com/actions/build-push-action@v4
uses: https://gitea.ocram85.com/actions/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}