Skip to content

Commit f717210

Browse files
authored
Update dockerimage.yml
1 parent a62ce1b commit f717210

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/dockerimage.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,15 @@ jobs:
3030
- name: Build the Docker image
3131
run: docker build --tag scrapedia/privoxy:$(date +%s) --file Dockerfile .
3232
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

Comments
 (0)