diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ac1e87..88eefd2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: uses: docker/build-push-action@v2 with: target: runner - file: Dockerfile-prod + file: Dockerfile context: . push: true tags: provenanceio/explorer-frontend-${{ steps.get-branch-name.outputs.branch }}:latest