diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0f616b5..26aa754 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -137,7 +137,7 @@ jobs: printf 'short-sha=%s\n' "$short_sha" } >> "$GITHUB_OUTPUT" shell: bash - - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . file: ${{ matrix.dockerfile }} @@ -424,7 +424,7 @@ jobs: shell: bash - id: build - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . file: ${{ matrix.dockerfile }} @@ -909,7 +909,7 @@ jobs: shell: bash - id: build - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . file: ${{ matrix.dockerfile }}