This commit is contained in:
parent
cd20e7b918
commit
f30a253da4
@ -34,8 +34,6 @@ jobs:
|
||||
registry: gitea.xeovalyte.dev
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- run: |
|
||||
docker buildx build --push \
|
||||
--tag gitea.xeovalyte.dev/xeovalyte/portfolio:latest \
|
||||
--platform linux/amd64,linux/arm/v7,linux/arm64 .
|
||||
- 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user