update docker/build-push-action
All checks were successful
CI / Static Analysis (pre-commit) (pull_request) Successful in 1m10s
CI / Tests (pull_request) Successful in 1m1s
CI / Build and push image (pull_request) Successful in 2m10s

This commit is contained in:
Brian Rosner 2025-05-25 20:22:05 -06:00
parent c06f3cf267
commit a8990798bd

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 }}