.gitea/workflows/build.yml aktualisiert

This commit is contained in:
2025-08-07 14:50:49 +00:00
parent 6b718355d8
commit b9c6204c69

View File

@@ -58,7 +58,8 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: | platforms: |
linux/amd64 linux/amd64
linux/arm64
push: true push: true
tags: | tags: |
${{ env.REGISTRY }}/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.get_version.outputs.tag }} ${{ env.REGISTRY }}/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.get_version.outputs.tag }}