Skip to content

Commit

Permalink
Updated Alpha and Release APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Nov 11, 2024
1 parent 7294408 commit 6139a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cafe-api-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/cafe-api-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6139a07

Please sign in to comment.