Update '.gitea/workflows/ci.yml'
This commit is contained in:
parent
1a237b8118
commit
bc4e0cea72
@ -42,11 +42,5 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
||||
- uses: docker/build-push-action@master
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: |
|
||||
linux/arm64
|
||||
push: true
|
||||
tags: gitea.xeovalyte.dev/xeovalyte/portfolio:latest
|
||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio --platform=linux/arm64 .
|
||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio
|
||||
|
Loading…
Reference in New Issue
Block a user