new token
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 22s

This commit is contained in:
Mike 2025-01-03 10:32:47 -05:00
parent eadd9d1dec
commit 03d3028405

View file

@ -19,7 +19,7 @@ jobs:
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.PUSH_TOKEN }}
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
registry: git.thecodedom.com registry: git.thecodedom.com