diff --git a/.github/workflows/publish-selfhost-docker.yml b/.github/workflows/publish-selfhost-docker.yml index a70192b13b..8eef47d677 100644 --- a/.github/workflows/publish-selfhost-docker.yml +++ b/.github/workflows/publish-selfhost-docker.yml @@ -37,7 +37,6 @@ jobs: release_tag: ${{ steps.validate.outputs.tag }} image: ${{ steps.image.outputs.image }} tags: ${{ steps.image.outputs.tags }} - legacy_tags: ${{ steps.image.outputs.legacy_tags }} labels: ${{ steps.image.outputs.labels }} steps: @@ -75,7 +74,6 @@ jobs: version="${RELEASE_TAG#v}" owner="$(printf '%s' "$GITHUB_REPOSITORY_OWNER" | tr '[:upper:]' '[:lower:]')" image="ghcr.io/${owner}/executor-selfhost" - legacy_image="ghcr.io/rhyssullivan/executor-selfhost" revision="$(git rev-parse HEAD)" if [[ "$version" == *-* ]]; then @@ -93,11 +91,6 @@ jobs: echo "${image}:${version}" echo "${image}:${channel}" echo "TAGS" - echo "legacy_tags<