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