Skip to content

Commit 6139a07

Browse files
committed
Updated Alpha and Release APIs
1 parent 7294408 commit 6139a07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cafe-api-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
name: Build and push
3636
uses: docker/build-push-action@v6
3737
with:
38-
context: ./api/v1
38+
context: "{{defaultContext}}:api/v1"
3939
push: true
4040
tags: beanbeanjuice/cafe-api:alpha

.github/workflows/cafe-api-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
name: Build and push
2929
uses: docker/build-push-action@v6
3030
with:
31-
context: ./api/v1
31+
context: "{{defaultContext}}:api/v1"
3232
push: true
3333
tags: beanbeanjuice/cafe-api:beta

0 commit comments

Comments
 (0)