Update .gitea/workflows/deploy.yml
All checks were successful
Build and Deploy / Deploy (push) Successful in 1m4s

This commit is contained in:
xeovalyte 2025-05-20 17:41:43 +02:00
parent 4b3ccb6bcd
commit ffd829bdb0

View File

@ -28,3 +28,6 @@ jobs:
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/bijlobke:latest --load --platform=linux/amd64 . - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/bijlobke:latest --load --platform=linux/amd64 .
- run: docker push gitea.xeovalyte.dev/xeovalyte/bijlobke:latest - run: docker push gitea.xeovalyte.dev/xeovalyte/bijlobke:latest
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/bijlobke:latest-arm --load --platform=linux/arm64 .
- run: docker push gitea.xeovalyte.dev/xeovalyte/bijlobke:latest-arm