diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 5a541abc..7b086d24 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -61,6 +61,6 @@ jobs: - name: Production Image Build if: success() id: build-image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 93124c00..10468d13 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -75,7 +75,7 @@ jobs: password: ${{ env.REGISTRY_PASSWORD }} - name: Publish to GHCR - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . push: true