We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6436fe commit ecab04bCopy full SHA for ecab04b
1 file changed
.github/workflows/snyk-docker-amd64.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
17
- name: Build amd64 Docker image
18
- run: docker build -t martinussuherman/alpine-code-server:amd64 amd64
+ run: docker build -t martinussuherman/alpine-code-server:amd64 -f amd64/Dockerfile .
19
20
- name: Run Snyk to check Docker image for vulnerabilities
21
# Snyk can be used to break the build when it detects vulnerabilities.
0 commit comments