diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 79e202c..6457308 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -55,7 +55,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: ./ file: ./Dockerfile