File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments