update docker/build-push-action@v6 -> docker/build-push-action@v7

This commit is contained in:
Skgland
2026-04-10 23:22:09 +02:00
committed by Bennet Bleßmann
parent e3d020ea74
commit 4a9f690c16

View File

@@ -47,7 +47,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
# v4 adds SLSA Provenance attestation which is # v4 adds SLSA Provenance attestation which is
# - unsupported by AWS Lambda # - unsupported by AWS Lambda
# - limited support by Google Cloud Run # - limited support by Google Cloud Run