From 6139a07067942549e3cf4da9660bb12479b04048 Mon Sep 17 00:00:00 2001 From: William Orlopp Date: Sun, 10 Nov 2024 16:02:40 -0800 Subject: [PATCH] Updated Alpha and Release APIs --- .github/workflows/cafe-api-alpha.yml | 2 +- .github/workflows/cafe-api-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cafe-api-alpha.yml b/.github/workflows/cafe-api-alpha.yml index bc6555d7..2a3f7b2b 100644 --- a/.github/workflows/cafe-api-alpha.yml +++ b/.github/workflows/cafe-api-alpha.yml @@ -35,6 +35,6 @@ jobs: name: Build and push uses: docker/build-push-action@v6 with: - context: ./api/v1 + context: "{{defaultContext}}:api/v1" push: true tags: beanbeanjuice/cafe-api:alpha diff --git a/.github/workflows/cafe-api-release.yml b/.github/workflows/cafe-api-release.yml index 075c446e..04bfc482 100644 --- a/.github/workflows/cafe-api-release.yml +++ b/.github/workflows/cafe-api-release.yml @@ -28,6 +28,6 @@ jobs: name: Build and push uses: docker/build-push-action@v6 with: - context: ./api/v1 + context: "{{defaultContext}}:api/v1" push: true tags: beanbeanjuice/cafe-api:beta