diff --git a/.github/workflows/1.10.yaml b/.github/workflows/1.10.yaml index 0552373..52a5869 100644 --- a/.github/workflows/1.10.yaml +++ b/.github/workflows/1.10.yaml @@ -167,7 +167,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -177,7 +177,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/2.2.yaml b/.github/workflows/2.2.yaml index cba75c9..cc04954 100644 --- a/.github/workflows/2.2.yaml +++ b/.github/workflows/2.2.yaml @@ -167,7 +167,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -177,7 +177,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: ${{ env.DIRECTORY }} target: standalone-binary diff --git a/.github/workflows/latest.yaml b/.github/workflows/latest.yaml index c0a25cc..9213eb3 100644 --- a/.github/workflows/latest.yaml +++ b/.github/workflows/latest.yaml @@ -171,7 +171,7 @@ jobs: - name: Build full image id: build-full - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: ${{ env.DIRECTORY }} target: binary-with-runtime @@ -181,7 +181,7 @@ jobs: - name: Build binary-only image id: build-bin - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: ${{ env.DIRECTORY }} target: standalone-binary