update secret name
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 5m21s
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 5m21s
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Login to Docker Registry
|
||||
run: |
|
||||
echo "${{ secrets.DOCKER_TOKEN }}" | docker login git.kohout-dev.de -u "${{ secrets.PROJECT_DOCKER_USERNAME }}" --password-stdin
|
||||
echo "${{ secrets.DOCKER_TOKEN }}" | docker login git.kohout-dev.de -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
|
||||
- name: Build Docker Image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user