diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 263ffda7..d3ffacb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push to GitHub Container Registry - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 if: ${{ steps.compute-tag.outputs.result != 'FALSE' }} with: platforms: amd64, arm64