diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index a6a24c1..175c9cf 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -38,7 +38,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: platforms: linux/amd64, linux/arm64/v8 push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }}