diff --git a/.github/workflows/release-integration.yml b/.github/workflows/release-integration.yml index e2993dc..27f3706 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.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 4bce590..5dd2fe5 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 with: context: ./auth-layer-proxy file: ./auth-layer-proxy/Dockerfile