From 6fe53a9ebd963520a1da2b470d71380c14c284fb Mon Sep 17 00:00:00 2001 From: Sven Pfleiderer Date: Wed, 26 May 2021 15:03:41 -0700 Subject: [PATCH] Remove context configuration since it's already the default --- ci/docker-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/docker-publish.yml b/ci/docker-publish.yml index 26a5f89..c820f91 100644 --- a/ci/docker-publish.yml +++ b/ci/docker-publish.yml @@ -79,7 +79,6 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: - context: . # Don't push on pull requests push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}