.gitea/workflows/docker_build.yaml aktualisiert
This commit is contained in:
parent
a35fd03b50
commit
29bd546d82
@ -26,5 +26,9 @@ jobs:
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }}:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user