.gitea/workflows/docker-build.yml aktualisiert
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 3s
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 3s
This commit is contained in:
@@ -24,6 +24,10 @@ jobs:
|
|||||||
- name: Clone Repository
|
- name: Clone Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and push Docker image
|
||||||
run: |
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 --push -t git.kohout-dev.de/rezepte/rezepte:latest .
|
with:
|
||||||
|
context: .
|
||||||
|
file: ./Dockerfile
|
||||||
|
push: true
|
||||||
|
tags: "git.kohout-dev.de/rezepte/rezepte:${{gitea.sha}},git.kohout-dev.de/rezepte/rezepte:latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user