.gitea/workflows/build_nopush.yml aktualisiert
This commit is contained in:
parent
3e728cdc53
commit
9ef47dea89
@ -56,6 +56,6 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
push: true
|
push: false
|
||||||
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user