diff --git a/.github/workflows/publish_component.yml b/.github/workflows/publish_component.yml index 2a5fe16..d61e803 100644 --- a/.github/workflows/publish_component.yml +++ b/.github/workflows/publish_component.yml @@ -45,6 +45,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v3 with: + context: . + file: Dockerfile push: true tags: | ${{ inputs.Registry }}/${{ inputs.ImageName }}:${{ inputs.Tag }}