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 05695af252
commit ae4a1e6801
5 changed files with 21 additions and 21 deletions

View File

@@ -115,7 +115,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 }}