From 22cebba8ac65708a9e77c6ab704ddb69728df39e Mon Sep 17 00:00:00 2001 From: meeb Date: Thu, 27 May 2021 20:33:52 +1000 Subject: [PATCH] remove explicit Dockerfile path --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) 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