testing
Some checks failed
Build and Deploy Docker Image / build (push) Failing after 7s

This commit is contained in:
Mike 2024-10-21 15:24:35 -04:00
parent a9ba7a68ec
commit 282a7647ba

View file

@ -25,12 +25,12 @@ jobs:
with: with:
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
registry: https://git.thecodedom.com registry: https://git.thecodedom.com:3000
- 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: https://git.thecodedom.com/smig/dotechbro-website:latest tags: https://git.thecodedom.com:3000/smig/dotechbro-website:latest