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