This commit is contained in:
parent
282a5e774e
commit
877d1dee25
@ -28,13 +28,16 @@ jobs:
|
|||||||
|
|
||||||
- uses: docker/setup-qemu-action@v2
|
- uses: docker/setup-qemu-action@v2
|
||||||
- uses: docker/setup-buildx-action@v2
|
- uses: docker/setup-buildx-action@v2
|
||||||
with:
|
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
- uses: docker/login-action@v2
|
- uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: gitea.xeovalyte.dev
|
registry: gitea.xeovalyte.dev
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio --platform=linux/amd64,linux/arm64 .
|
- uses: docker/build-push-action@v4
|
||||||
- run: docker inspect gitea.xeovalyte.dev/xeovalyte/portfolio
|
with:
|
||||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio
|
context: .
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
|
push: true
|
||||||
|
tags: gitea.xeovalyte.dev/xeovalyte/portfolio:latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user