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