diff --git a/.github/workflows/resolver_image.yml b/.github/workflows/resolver_image.yml index 33d66ad..66a2da5 100644 --- a/.github/workflows/resolver_image.yml +++ b/.github/workflows/resolver_image.yml @@ -54,6 +54,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: + context: . file: ./Dockerfile.resolver push: true tags: ${{ steps.meta.outputs.tags }}