lower case path
Build and Push Image / build-and-push (push) Successful in 1m30s

This commit is contained in:
2026-05-11 23:35:06 -07:00
parent 282d902115
commit b33ae3d9a7
+2 -2
View File
@@ -21,5 +21,5 @@ jobs:
docker images --format "{{.Repository}}:{{.Tag}}" | grep "tcg-collectors-server" | xargs -I {} docker rmi {} || true
- name: Build and Push Image
run: |
docker build -t gitea.nelson-household.com/Hard-at-Work/tcg-collectors-server/tcg-collectors-server:${{ github.sha }} .
docker push gitea.nelson-household.com/Hard-at-Work/tcg-collectors-server/tcg-collectors-server:${{ github.sha }}
docker build -t gitea.nelson-household.com/hard-at-work/tcg-collectors-server/tcg-collectors-server:${{ github.sha }} .
docker push gitea.nelson-household.com/hard-at-work/tcg-collectors-server/tcg-collectors-server:${{ github.sha }}