diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index f23ef7c..80adc96 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -87,7 +87,7 @@ jobs: - name: Build tag list id: tags run: | - TAGS="git.claeyscloud.com/david/net-base:${{ inputs.branch }}" + TAGS="${{ inputs.branch }}" if [ "${{ steps.variables.outputs.IS_LATEST }}" = "true" ]; then TAGS="$TAGS,latest"