diff --git a/action.yml b/action.yml index 3c0d1d7..efe3d13 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: password: ${{ inputs.token }} - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: . push: true