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 a62ce1b commit f717210Copy full SHA for f717210
.github/workflows/dockerimage.yml
@@ -30,3 +30,15 @@ jobs:
30
- name: Build the Docker image
31
run: docker build --tag scrapedia/privoxy:$(date +%s) --file Dockerfile .
32
working-directory: versions/alpine
33
+
34
+ container-structure-test:
35
36
+ runs-on: ubuntu-latest
37
38
+ steps:
39
+ - name: Container structure test
40
+ run: |
41
+ curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64
42
+ chmod +x container-structure-test-linux-amd64
43
+ sudo mv container-structure-test-linux-amd64 /usr/local/bin/container-structure-test
44
+ container-structure-test --help
0 commit comments