diff options
Diffstat (limited to '.github/workflows/container_latest.yml')
| -rw-r--r-- | .github/workflows/container_latest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 9146ccc43..7d8868f35 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -83,7 +83,7 @@ jobs: username: ${{ secrets.GHCR_USERNAME }} password: ${{ secrets.GHCR_TOKEN }} - name: Build ${{ matrix.platform }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: DOCKER_BUILDKIT: 1 with: |
