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