Skip to content

Commit 76c8e84

Browse files
committed
Fix GA job ids
1 parent 9f57b5f commit 76c8e84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker_auto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Build and push latest stable branch for s6
8080
if: ${{ env.BUILD_BRANCH == env.STABLE_BRANCH }}
81-
id: docker_build_latest
81+
id: docker_build_latest_s6
8282
uses: docker/build-push-action@v6
8383
with:
8484
context: ${{ env.BUILD_BRANCH }}
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Build and push everything else for s6
130130
if: ${{ env.BUILD_BRANCH != env.STABLE_BRANCH }}
131-
id: docker_build_regular
131+
id: docker_build_regular_s6
132132
uses: docker/build-push-action@v6
133133
with:
134134
context: ${{ env.BUILD_BRANCH }}

.github/workflows/docker_manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Build and push latest stable branch for s6
8080
if: ${{ env.BUILD_BRANCH == env.STABLE_BRANCH }}
81-
id: docker_build_latest
81+
id: docker_build_latest_s6
8282
uses: docker/build-push-action@v6
8383
with:
8484
context: ${{ env.BUILD_BRANCH }}
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Build and push everything else for s6
130130
if: ${{ env.BUILD_BRANCH != env.STABLE_BRANCH }}
131-
id: docker_build_regular
131+
id: docker_build_regular_s6
132132
uses: docker/build-push-action@v6
133133
with:
134134
context: ${{ env.BUILD_BRANCH }}

0 commit comments

Comments
 (0)