diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f9d085..28cfffd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: type=ref,event=pr - name: Build and push image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: ${{ inputs.push != false }} tags: ${{ steps.meta.outputs.tags }} @@ -64,7 +64,7 @@ jobs: # Only for tag builds: produce a release artifact (OCI archive) and upload it - name: Export OCI archive (tag builds only) if: startsWith(github.ref, 'refs/tags/') - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: false tags: ${{ steps.meta.outputs.tags }}