From 62116ed0ee29f270231d35b98151dbfd22f47d0e Mon Sep 17 00:00:00 2001 From: Danielle Voznyy Date: Tue, 3 Dec 2024 00:07:34 -0500 Subject: [PATCH] fix: add context to docker buid step --- .github/workflows/publish-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 60697c0..1391afe 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -46,6 +46,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + context: . file: Dockerfile push: true tags: MineInAbyss/discord-role-picker