diff --git a/.github/workflows/release-integration.yml b/.github/workflows/release-integration.yml index 7afb045..cf01549 100644 --- a/.github/workflows/release-integration.yml +++ b/.github/workflows/release-integration.yml @@ -47,7 +47,7 @@ jobs: driver-opts: network=host - name: Build and push images - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: ./auth-layer-proxy file: ./auth-layer-proxy/Dockerfile diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 1a298a7..efb215e 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -50,7 +50,7 @@ jobs: driver-opts: network=host - name: Build and push auth-layer-proxy image - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: ./auth-layer-proxy file: ./auth-layer-proxy/Dockerfile