We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7060b3 commit 2772730Copy full SHA for 2772730
.github/workflows/pipeline.yml
@@ -51,8 +51,8 @@ jobs:
51
# uses: azure/container-scan@v0
52
# with:
53
# image-name: ${{env.JOB_IMAGE}}:tor-local
54
- - name: Check tor image
55
- run: docker run --rm ${{env.JOB_IMAGE}}:tor-local --version
+ # - name: Check tor image
+ # run: docker run --rm ${{env.JOB_IMAGE}}:tor-local --version
56
- name: Build privoxy image
57
uses: docker/build-push-action@v2
58
with:
@@ -65,5 +65,5 @@ jobs:
65
66
67
# image-name: ${{env.JOB_IMAGE}}:privoxy-local
68
- - name: Check privoxy image
69
- run: docker run --rm ${{env.JOB_IMAGE}}:privoxy-local --version
+ # - name: Check privoxy image
+ # run: docker run --rm ${{env.JOB_IMAGE}}:privoxy-local --version
0 commit comments