.gitea/workflows/docker-build.yml aktualisiert
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after -45s

This commit is contained in:
2025-03-25 20:47:14 +00:00
parent b2b39344ed
commit 6e2ffb22c3

View File

@@ -24,7 +24,7 @@ jobs:
- name: Build Docker Image
run: |
docker build -t git.kohout-dev.de/rezepte/rezepte:latest .
docker buildx build --platform linux/amd64,linux/arm64 --push -t git.kohout-dev.de/rezepte/rezepte:latest .
- name: Push Docker Image
run: |