Update .github/workflows/.github-ci.yaml
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
richardrobertreitz 2025-10-29 16:22:47 +00:00
parent 763cac05e9
commit 14a5cbf66a

View file

@ -38,4 +38,5 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.docker.outputs.tags }} tags: ${{ steps.docker.outputs.tags }}