fix(ci): standardize image tag step ID across integration workflows

This commit is contained in:
GitHub Actions
2026-02-04 14:15:45 +00:00
parent 0519b4baed
commit 80c033b812
5 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -111,7 +111,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 }}