This commit is contained in:
parent
fae6e210b7
commit
f007cea39f
@ -28,12 +28,14 @@ jobs:
|
||||
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
- uses: docker/login-action@v2
|
||||
with:
|
||||
registry: gitea.xeovalyte.dev
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio-arm --platform=linux/amd64,linux/arm64 .
|
||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio-arm
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio --platform=linux/amd64,linux/arm64 .
|
||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user