From 52310c3b53b521a8f7e4983e2ea5ae545434aa70 Mon Sep 17 00:00:00 2001 From: David Smith <1734595+daveismith@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:29:14 -0400 Subject: [PATCH] Setting context details. Setting the context to build the backend, but eventually will update to also build the proxy and frontend. --- .github/workflows/release-to-ghcr.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-to-ghcr.yaml b/.github/workflows/release-to-ghcr.yaml index 958c829..d7d950c 100644 --- a/.github/workflows/release-to-ghcr.yaml +++ b/.github/workflows/release-to-ghcr.yaml @@ -25,6 +25,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: List Files + run: ls -lah + - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: @@ -42,7 +45,8 @@ jobs: id: push uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: - context: . + context: backend/ShootTheMoon + file: backend/ShootTheMoon/ShootTheMoon/Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}