From 357e2a1a4aa339e11c61f35b59d225809a0dd8e5 Mon Sep 17 00:00:00 2001 From: Augustine Abaris Date: Thu, 5 Sep 2024 11:43:13 -0400 Subject: [PATCH] Point build context to root dir --- .github/workflows/container-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-build.yaml b/.github/workflows/container-build.yaml index 793fda1..96b27d9 100644 --- a/.github/workflows/container-build.yaml +++ b/.github/workflows/container-build.yaml @@ -56,7 +56,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: ./container + context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}