fix Github Actions after move.

This commit is contained in:
Jason Kulatunga
2020-09-16 18:19:47 -07:00
parent 6e6c9b7251
commit fa33b00826
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v2
- name: Build Docker
run: |
docker build -t analogj/scrutiny .
docker build -t analogj/scrutiny -f docker/Dockerfile .
docker save -o docker-analogj-scrutiny-latest.tar analogj/scrutiny:latest
- name: Archive Docker
uses: actions/upload-artifact@v2