Skip to content

Commit eff854c

Browse files
committed
Remove some more things for testing
1 parent 8525e8a commit eff854c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ jobs:
234234
branch: ${{ inputs.branch }}
235235

236236
- name: Build image
237+
if: ${{ false }} # TODO: Remove
237238
uses: docker/build-push-action@v6
238239
with:
239240
context: .
@@ -301,7 +302,8 @@ jobs:
301302
continue-on-error: false
302303

303304
- name: Push image
304-
if: ${{ matrix.component.skip_push != true }}
305+
if: ${{ false }} # TODO: Remove
306+
# if: ${{ matrix.component.skip_push != true }}
305307
# Instead of the docker/build-push-action@v6 which will rebuild the image, just push it directly
306308
run: docker push ${{ matrix.component.image_ref }}
307309

0 commit comments

Comments
 (0)