use v1 to fix the build

This commit is contained in:
2020-10-01 23:29:55 +10:00
parent 0079401849
commit f45d151f48
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag local/aria-ui:latest
- name: Scan image
uses: anchore/scan-action@v2
uses: anchore/scan-action@v1
with:
image-reference: "local/aria-ui:latest"
fail-build: true