diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8057af1..c10c2de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: images: | ghcr.io/cresta/gitdb - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: ${{ github.event_name != 'pull_request' }} platforms: linux/amd64