Do
Some checks failed
Gitea Actions Demo / build-and-push-image (push) Failing after 8s

This commit is contained in:
2025-07-03 20:12:27 -05:00
parent 337676afef
commit 4512ddaa5a

View File

@ -20,7 +20,7 @@ jobs:
with: with:
registry: ${{ env.GITEA_DOMAIN }} registry: ${{ env.GITEA_DOMAIN }}
username: ${{ env.GITEA_REGISTRY_USER }} username: ${{ env.GITEA_REGISTRY_USER }}
password: ${{ secrets. }} password: ${{ secrets.SECRET }}
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: