Update '.gitea/workflows/ci.yml'
Some checks failed
Build and Deploy / Deploy (push) Failing after 42s
Some checks failed
Build and Deploy / Deploy (push) Failing after 42s
This commit is contained in:
parent
3fb93b298a
commit
5d5e6ca4b0
@ -26,6 +26,6 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --load --platform=linux/arm64 .
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --load --platform=linux/arm64,linux/amd64 .
|
||||
- run: docker image inspect gitea.xeovalyte.dev/xeovalyte/portfolio
|
||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
|
||||
|
Loading…
Reference in New Issue
Block a user