test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 13s

This commit is contained in:
2024-03-08 17:02:19 +01:00
parent e1f50d20c8
commit f65721edf9

View File

@@ -22,6 +22,12 @@ jobs:
# apt-get update
# apt-get install -y docker.io
- name: Test secrets
run: |
echo ${{ secrets.DOCKER_REGISRTY }}
echo ${{ secrets.REGISTRY_USERNAME }}
echo ${{ secrets.REGISTRY_TOKEN }}
- name: Login to Docker Registry
uses: docker/login-action@v2
with: