diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77b5d63..394b705 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,8 +44,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v2 with: - context: . - file: ./Dockerfile platforms: linux/amd64 push: true tags: ghcr.io/meeb/tubesync:latest