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