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

This commit is contained in:
Mike 2024-10-21 13:48:16 -04:00
parent a0bc5fb45d
commit b3eaa58fbc

View file

@ -19,8 +19,8 @@ jobs:
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
password: ${{ secrets.GITEA_PASSWORD }} password: ${{ secrets.PASSWORD }}
username: ${{ secrets.GITEA_USERNAME }} username: ${{ secrets.USERNAME }}
registry: http://git.thecodedom.com:3000 registry: http://git.thecodedom.com:3000
- name: Build and push Docker image - name: Build and push Docker image