update workflow username

This commit is contained in:
2025-09-09 15:42:46 -04:00
parent 9755bd87b2
commit 59ffeb46fb
+5
View File
@@ -46,6 +46,11 @@ jobs:
docker tag nfoguard:latest gitea.skalas.org/jskala/nfoguard:${{ github.sha }}
echo "Docker image built successfully"
- name: Login to Gitea registry
run: |
echo "Logging into Gitea container registry..."
echo "${{ secrets.token }}" | docker login gitea.skalas.org -u "${{ secrets.username }}" --password-stdin
- name: Push to Gitea registry
run: |
echo "Pushing to Gitea container registry..."