fix(ci): remove redundant image tag determination logic from multiple workflows

This commit is contained in:
GitHub Actions
2026-02-04 14:24:11 +00:00
parent 28a9444dd7
commit 35af916713
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
# Determine the correct image tag based on trigger context
# For PRs: pr-{number}-{sha}, For branches: {sanitized-branch}-{sha}
- name: Determine image tag
id: image
id: determine-tag
env:
EVENT: ${{ github.event.workflow_run.event }}
REF: ${{ github.event.workflow_run.head_branch }}

View File

@@ -35,7 +35,7 @@ jobs:
# Determine the correct image tag based on trigger context
# For PRs: pr-{number}-{sha}, For branches: {sanitized-branch}-{sha}
- name: Determine image tag
id: image
id: determine-tag
env:
EVENT: ${{ github.event.workflow_run.event }}
REF: ${{ github.event.workflow_run.head_branch }}