diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bfbe1a..3b4c0b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.GHT }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64, linux/arm64