test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 13s
Details
Build and Push Docker Image / build_and_push (push) Failing after 13s
Details
This commit is contained in:
parent
e1f50d20c8
commit
f65721edf9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue