.gitea/workflows/docker-build.yml aktualisiert
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after -46s
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after -46s
This commit is contained in:
@@ -20,7 +20,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Test Tokens
|
- name: Test Tokens
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.DOCKER_TOKEN }} :: ${{ secrets.DOCKER_USERNAME }}"
|
echo "$DOCKER_TOKEN :: $DOCKER_USERNAME"
|
||||||
|
env:
|
||||||
|
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
|
||||||
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user