From 9190e60d1344bbc2ce1f8353c1f7c3a6ec93d0af Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 18 Mar 2026 23:49:42 +0800 Subject: [PATCH] Update service_release_frontend-deploy.yml --- .../service_release_frontend-deploy.yml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/service_release_frontend-deploy.yml b/.github/workflows/service_release_frontend-deploy.yml index c4597a5..4d919e8 100644 --- a/.github/workflows/service_release_frontend-deploy.yml +++ b/.github/workflows/service_release_frontend-deploy.yml @@ -43,26 +43,6 @@ env: SECONDARY_DOMAIN: cn.onwalk.net jobs: - prepare: - runs-on: ubuntu-latest - outputs: - ghcr_namespace: ${{ steps.meta.outputs.ghcr_namespace }} - image_tag: ${{ steps.meta.outputs.image_tag }} - image_ref: ${{ steps.meta.outputs.image_ref }} - steps: - - name: Compute image metadata - id: meta - shell: bash - run: | - set -euo pipefail - image_tag="${{ github.event.inputs.image_tag }}" - if [[ -z "${image_tag}" ]]; then - image_tag="${GITHUB_SHA}" - fi - ghcr_namespace="${GITHUB_REPOSITORY_OWNER,,}" - echo "ghcr_namespace=${ghcr_namespace}" >> "${GITHUB_OUTPUT}" - echo "image_tag=${image_tag}" >> "${GITHUB_OUTPUT}" - echo "image_ref=ghcr.io/${ghcr_namespace}/dashboard:${image_tag}" >> "${GITHUB_OUTPUT}" build: runs-on: ubuntu-latest