Update '.gitea/workflows/build.yaml'

pull/3/head
nathan 1 year ago
parent 789f9b8c98
commit 9f01ebd515

@ -35,6 +35,6 @@ jobs:
- run: |
docker buildx build . \
-t registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }} \
-t registry.local/rgbboard:latest
-t registry.local/rgbboard:latest \
--platform=linux/arm64,linux/amd64 \
--push

Loading…
Cancel
Save