feature/update-docker-build-push-action #5

Merged
brosner merged 1 commits from feature/update-docker-build-push-action into main 2025-05-26 12:39:55 +00:00

View File

@ -94,7 +94,7 @@ jobs:
- name: Setup docker buildx - name: Setup docker buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Build image - name: Build image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
with: with:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}