.gitea/workflows/docker-build.yml aktualisiert
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 3m58s
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 3m58s
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- name: Login to Docker Registry
|
||||
run: |
|
||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.kohout-dev.de -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
echo "${{ secrets.PROJECT_DOCKER_TOKEN }}" | docker login git.kohout-dev.de -u "${{ secrets.PROJECT_DOCKER_USERNAME }}" --password-stdin
|
||||
|
||||
- name: Build Docker Image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user