diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49ac8b8..f6a044e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: - name: Build and push the Docker image from the specified Dockerfile id: docker_build - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3.1.1 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: ${{ env.ROOTDIR }} file: ${{ env.WORKDIR }}/Dockerfile