From 963df31cd629820db383b4116d085507cd441dbf Mon Sep 17 00:00:00 2001 From: Shaun Maher Date: Fri, 19 Jan 2024 10:41:24 +1100 Subject: [PATCH] is "file" not relative to "context"? --- .github/workflows/ghcr_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 104bd96c87..decaa5c631 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -130,7 +130,7 @@ jobs: uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: ui/ - file: Dockerfile + file: ui/Dockerfile push: true tags: ${{ steps.meta-ui.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-ui.outputs.tags }}-latest labels: ${{ steps.meta-ui.outputs.labels }}