This commit is contained in:
parent
f30a253da4
commit
08b3a7c3f6
@ -34,6 +34,6 @@ jobs:
|
||||
registry: gitea.xeovalyte.dev
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- run: docker buildx build --tag gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest --platform linux/arm64 .
|
||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio-arm --platform linux/arm64 .
|
||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio-arm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user