Update '.gitea/workflows/ci.yml'
Some checks are pending
Build and Deploy / Deploy (push) Has started running
Some checks are pending
Build and Deploy / Deploy (push) Has started running
This commit is contained in:
parent
fc44e12fe9
commit
6158ca45ae
@ -26,6 +26,6 @@ jobs:
|
|||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --platform=linux/arm64 .
|
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --push --platform=linux/arm64 .
|
||||||
- run: docker image inspect gitea.xeovalyte.dev/xeovalyte/portfolio
|
- run: docker image inspect gitea.xeovalyte.dev/xeovalyte/portfolio
|
||||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
|
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm
|
||||||
|
Loading…
Reference in New Issue
Block a user