diff --git a/.github/workflows/docker-release-alpha.yml b/.github/workflows/docker-release-alpha.yml index 7a66e45f..572913cb 100644 --- a/.github/workflows/docker-release-alpha.yml +++ b/.github/workflows/docker-release-alpha.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKER_ACCESS_KEY }} - name: Build and push image - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 with: context: . file: ./Dockerfile diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 1cfb54af..484f30ed 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.DOCKER_ACCESS_KEY }} - name: Build and push ${{ matrix.arch }} image - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 with: context: . file: ./Dockerfile