diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 9943979..92fc109 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/arm64