.gitea/workflows/docker-build.yml aktualisiert
Some checks are pending
Build and Push Docker Container / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Docker Container / build-and-push (push) Waiting to run
This commit is contained in:
@@ -32,10 +32,6 @@ jobs:
|
|||||||
name: Clone Repository
|
name: Clone Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
-
|
-
|
||||||
name: Build Docker Image
|
name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 --push -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: |
|
|
||||||
docker push git.kohout-dev.de/rezepte/rezepte:latest
|
|
||||||
|
|||||||
Reference in New Issue
Block a user