Merge branch 'main' of git.kohout-dev.de:rezepte/rezepte
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m37s
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m37s
This commit is contained in:
@@ -17,9 +17,6 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
@@ -27,5 +24,4 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: "git.kohout-dev.de/rezepte/rezepte:${{gitea.sha}},git.kohout-dev.de/rezepte/rezepte:latest"
|
||||
|
||||
Reference in New Issue
Block a user