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 78aeae8 commit 264ad93Copy full SHA for 264ad93
.github/workflows/dockerimage.yml
@@ -4,16 +4,6 @@ on: [push]
4
5
jobs:
6
7
- build:
8
-
9
- runs-on: ubuntu-latest
10
11
- steps:
12
- - uses: actions/checkout@v1
13
- - name: Build the Docker image
14
- run: docker build --tag scrapedia/privoxy:$(date +%s) --file Dockerfile .
15
- working-directory: versions/alpine
16
17
shellcheck:
18
19
runs-on: ubuntu-latest
@@ -28,3 +18,15 @@ jobs:
28
shellcheck --version
29
- name: shell check
30
20
run: shellcheck versions/alpine/docker-entrypoint.sh
21
+
22
+ build:
23
24
+ needs: shellcheck
25
26
+ runs-on: ubuntu-latest
27
+ steps:
+ - uses: actions/checkout@v1
+ - name: Build the Docker image
31
+ run: docker build --tag scrapedia/privoxy:$(date +%s) --file Dockerfile .
32
+ working-directory: versions/alpine
0 commit comments