Skip to content

Commit 2772730

Browse files
author
egnd
committed
ci updates
1 parent f7060b3 commit 2772730

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
# uses: azure/container-scan@v0
5252
# with:
5353
# image-name: ${{env.JOB_IMAGE}}:tor-local
54-
- name: Check tor image
55-
run: docker run --rm ${{env.JOB_IMAGE}}:tor-local --version
54+
# - name: Check tor image
55+
# run: docker run --rm ${{env.JOB_IMAGE}}:tor-local --version
5656
- name: Build privoxy image
5757
uses: docker/build-push-action@v2
5858
with:
@@ -65,5 +65,5 @@ jobs:
6565
# uses: azure/container-scan@v0
6666
# with:
6767
# image-name: ${{env.JOB_IMAGE}}:privoxy-local
68-
- name: Check privoxy image
69-
run: docker run --rm ${{env.JOB_IMAGE}}:privoxy-local --version
68+
# - name: Check privoxy image
69+
# run: docker run --rm ${{env.JOB_IMAGE}}:privoxy-local --version

0 commit comments

Comments
 (0)