diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index f4866e8..e59c5df 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -27,7 +27,6 @@ jobs: uses: docker/build-push-action@v2 with: context: . - file: docker/Dockerfile push: true tags: ${{ steps.meta_services.outputs.tags }} labels: ${{ steps.meta_services.outputs.labels }}