Skip to content

Commit 264ad93

Browse files
authored
Update dockerimage.yml
1 parent 78aeae8 commit 264ad93

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/dockerimage.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ on: [push]
44

55
jobs:
66

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-
177
shellcheck:
188

199
runs-on: ubuntu-latest
@@ -28,3 +18,15 @@ jobs:
2818
shellcheck --version
2919
- name: shell check
3020
run: shellcheck versions/alpine/docker-entrypoint.sh
21+
22+
build:
23+
24+
needs: shellcheck
25+
26+
runs-on: ubuntu-latest
27+
28+
steps:
29+
- uses: actions/checkout@v1
30+
- name: Build the Docker image
31+
run: docker build --tag scrapedia/privoxy:$(date +%s) --file Dockerfile .
32+
working-directory: versions/alpine

0 commit comments

Comments
 (0)