This commit is contained in:
parent
d9d46d434b
commit
a0bc5fb45d
1 changed files with 2 additions and 2 deletions
|
@ -21,12 +21,12 @@ jobs:
|
|||
with:
|
||||
password: ${{ secrets.GITEA_PASSWORD }}
|
||||
username: ${{ secrets.GITEA_USERNAME }}
|
||||
registry: https://git.thecodedom.com:3000
|
||||
registry: http://git.thecodedom.com:3000
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ secrets.GITEA_REGISTRY }}/smig/dotechbro-website:latest
|
||||
tags: http://git.thecodedom.com:3000/smig/dotechbro-website:latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue