diff --git a/.dockerignore b/.dockerignore index 352f66a..535ee8e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,6 @@ +.DS_Store +.git +.github blobs coverage dist diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 603c259..551fe0a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,6 @@ jobs: - name: Build and push image to Dockerhub uses: docker/build-push-action@v5 with: - context: . push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}