Skip to content

Commit 8699650

Browse files
committed
another try. Use same shell that builds roundup image to update base.
1 parent 0a887e4 commit 8699650

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/anchore.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ jobs:
3737
steps:
3838
- name: Checkout the code
3939
uses: actions/checkout@v3
40-
- name: Update base image
41-
run: docker pull python:3-alpine
4240
- name: Build the Docker image
43-
run: docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
41+
run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
4442
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
4543
uses: anchore/scan-action@v3
4644
id: scan

0 commit comments

Comments
 (0)