.gitea/workflows/docker-build.yml aktualisiert
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after -14s
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after -14s
This commit is contained in:
@@ -27,8 +27,8 @@ jobs:
|
||||
|
||||
- name: Build Docker Image
|
||||
run: |
|
||||
docker build -t git.kohout-dev.de/${{ secrets.DOCKER_USERNAME }}/rezepte:latest .
|
||||
docker build -t git.kohout-dev.de/rezepte/rezepte:latest .
|
||||
|
||||
- name: Push Docker Image
|
||||
run: |
|
||||
docker push git.kohout-dev.de/${{ secrets.DOCKER_USERNAME }}/rezepte:latest
|
||||
docker push git.kohout-dev.de/rezepte/rezepte:latest
|
||||
|
||||
Reference in New Issue
Block a user