.gitea/workflows/build_nopush.yml aktualisiert

This commit is contained in:
Marko Oldenburg 2024-09-26 11:41:33 +00:00
parent 3e728cdc53
commit 9ef47dea89

View File

@ -56,6 +56,6 @@ jobs:
file: ./Dockerfile
platforms: |
linux/amd64
push: true
push: false
tags: |
${{ env.REGISTRY }}/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.get_version.outputs.tag }}