This commit is contained in:
parent
7f4a81be3f
commit
abab04eb1d
@ -35,7 +35,6 @@ jobs:
|
||||
registry: gitea.xeovalyte.dev
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: gitea.xeovalyte.dev/${{ secrets.USERNAME}}/portfolio:latest
|
||||
- run: docker build -t portfolio .
|
||||
- run: docker tag portfolio gitea.xeovalyte.dev/xeovalyte.portfolio
|
||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio
|
||||
|
Loading…
Reference in New Issue
Block a user