From 024cf2d84428187cd66b2a317ebf67a0485ba4c9 Mon Sep 17 00:00:00 2001 From: John Skinner Date: Mon, 22 Jan 2024 12:27:48 -0600 Subject: [PATCH] containerfile path in workflow not correct --- .github/workflows/publish_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_image.yaml b/.github/workflows/publish_image.yaml index 30d8e22..34bc28e 100644 --- a/.github/workflows/publish_image.yaml +++ b/.github/workflows/publish_image.yaml @@ -16,7 +16,7 @@ jobs: with: image: enshrouded-dedicated-server context: ./container - containerfiles: Containerfile + containerfiles: ./container/Containerfile tags: latest ${{ github.event.release.tag_name }} # Use latest and the release tag - name: Push image to Docker Hub