Skip to content

Commit f90199a

Browse files
vaibhavGadreCopilot
andcommitted
CHEF-33431: remove RUN_ID from build-docker-image.yml Strategy 0
GitHub-hosted runners are ephemeral — no shared Docker daemon between jobs, so platform-ui:local tag is sufficient and unique per run. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 126bd08 commit f90199a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ jobs:
7878
BRANCH_NAME="${{ github.head_ref || github.ref_name }}" \
7979
GIT_SHA="${{ github.sha }}" \
8080
APP_VERSION="${{ github.ref_name }}" \
81-
RUN_ID="${{ github.run_id }}" \
8281
LOCALES="en" \
8382
./build-docker.sh
84-
IMAGES="platform-ui:${{ github.run_id }}"
83+
IMAGES="platform-ui:local"
8584
8685
# Strategy 1: Check for build-docker.sh script (e.g., dsm-erchef)
8786
elif [ -f "build-docker.sh" ]; then

0 commit comments

Comments
 (0)