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

This commit is contained in:
Mike 2024-10-21 13:47:23 -04:00
parent d9d46d434b
commit a0bc5fb45d

View file

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