diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b3e4af..d5dc1c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: continue-on-error: true shell: bash - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with: context: . push: true