This commit is contained in:
@@ -7,6 +7,7 @@ on:
|
||||
env:
|
||||
REGISTRY: git.t-juice.club
|
||||
IMAGE_NAME: ${{ gitea.repository }}
|
||||
DOCKER_TAG: nightly
|
||||
|
||||
jobs:
|
||||
release-image:
|
||||
@@ -54,4 +55,4 @@ jobs:
|
||||
linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/{{ env.DOCKER_ORG }}/{{ gitea.repository }}:{{ env.DOCKER_TAG }}
|
||||
${{ env.REGISTRY }}/${{ gitea.repository }}:${{ env.DOCKER_TAG }}
|
||||
|
Reference in New Issue
Block a user