Update .gitea/workflows/deploy.yml
All checks were successful
Build and Deploy / Deploy (push) Successful in 2m31s
All checks were successful
Build and Deploy / Deploy (push) Successful in 2m31s
This commit is contained in:
parent
813586a363
commit
8790cbd2e1
@ -31,3 +31,6 @@ jobs:
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xv-development/hunshin:latest --load --platform=linux/amd64 .
|
||||
- run: docker push gitea.xeovalyte.dev/xv-development/hunshin:latest
|
||||
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xv-development/hunshin:latest-arm --load --platform=linux/arm64 .
|
||||
- run: docker push gitea.xeovalyte.dev/xv-development/hunshin:latest-arm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user