Update '.gitea/workflows/ci.yml'
All checks were successful
Build and Deploy / Build (push) Successful in 1m4s
Build and Deploy / Deploy (push) Successful in 1m36s

This commit is contained in:
xeovalyte 2023-04-30 11:55:43 +02:00
parent 1a237b8118
commit bc4e0cea72

View File

@ -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