From 9f490f553c6440f7a8cebf7aeffc335e6819b28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Mon, 1 Apr 2024 11:09:38 +0200 Subject: [PATCH] File not needed --- .github/workflows/all-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/all-publish.yml b/.github/workflows/all-publish.yml index 33721d0..1823fec 100644 --- a/.github/workflows/all-publish.yml +++ b/.github/workflows/all-publish.yml @@ -78,7 +78,6 @@ jobs: uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: context: r_images/r_${{ matrix.db }} - file: Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ghcr.io/${{ github.repository }}/r-${{ matrix.db }}:latest labels: ${{ steps.meta.outputs.labels }}