From a7e1d66767fde47b8e2e96850b8898010987a8f8 Mon Sep 17 00:00:00 2001 From: Omar Moreno Date: Thu, 8 Feb 2024 14:04:15 -0800 Subject: [PATCH] Fix typo in file path to Docker context. --- .github/workflows/rogue_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rogue_ci.yml b/.github/workflows/rogue_ci.yml index 1f8e2c909..6df5dfd08 100644 --- a/.github/workflows/rogue_ci.yml +++ b/.github/workflows/rogue_ci.yml @@ -240,7 +240,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - file: ./docker/rogue + file: ./docker/rogue/Dockerfile push: true tags: tidair/rogue:${{ steps.get_image_info.outputs.tag }}, tidair/rogue:latest build-args: branch=${{ steps.get_image_info.outputs.branch }}