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

This commit is contained in:
Nicolas CARON 2024-03-08 17:02:19 +01:00
parent e1f50d20c8
commit f65721edf9
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ jobs:
# apt-get update # apt-get update
# apt-get install -y docker.io # 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 - name: Login to Docker Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with: