Skip to content

Conversation

@mlajkim
Copy link
Contributor

@mlajkim mlajkim commented Jan 9, 2026

Background

Currently, we use the git commit SHA to tag temporary images. However, we realized that

  • the master branch push
  • the tag release event

can share the same SHA. This causes a race condition where the workflows interfere with each other, preventing the release from building successfully immediately after a merge. Pipeine may fail as the temporary image gets cleaned up.

What's done

Switched to using the GitHub Actions Build ID (github.run_id) as the unique identifier to ensure isolation between workflow runs.

Signed-off-by: Jeongwoo Kim - jekim <jekim@lycorp.co.jp>
@mlajkim mlajkim self-assigned this Jan 9, 2026
@mlajkim mlajkim added the enhancement New feature or request label Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants