diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b15e403..1db2ded 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: VERSION=noop if [ "${{ github.event_name }}" = "schedule" ]; then VERSION=edge - elif [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then + elif [[ "${{ github.event.workflow }}" = ".github/workflows/app_release.yml" ]]; then VERSION=${{ inputs.tag }} elif [[ $GITHUB_REF == refs/heads/* ]]; then VERSION=$(echo ${GITHUB_REF#refs/heads/} | sed -r 's#/+#-#g')