From ca6e0289bc719c1d766641977f533cea150db21a Mon Sep 17 00:00:00 2001 From: Brendan McShane Date: Sun, 4 Sep 2022 16:14:49 -0400 Subject: [PATCH] Update dockerfile path --- .github/workflows/docker-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 26b2370..527829b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -69,6 +69,7 @@ jobs: uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a with: context: . + file: "{context}/CCSODiscordBot/Dockerfile" push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}