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