diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index ae5e04f..0a14eab 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -32,7 +32,7 @@ jobs: - name: Build and push immutable candidate id: push - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: context: . push: true