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