We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7294408 commit 6139a07Copy full SHA for 6139a07
.github/workflows/cafe-api-alpha.yml
@@ -35,6 +35,6 @@ jobs:
35
name: Build and push
36
uses: docker/build-push-action@v6
37
with:
38
- context: ./api/v1
+ context: "{{defaultContext}}:api/v1"
39
push: true
40
tags: beanbeanjuice/cafe-api:alpha
.github/workflows/cafe-api-release.yml
@@ -28,6 +28,6 @@ jobs:
28
29
30
31
32
33
tags: beanbeanjuice/cafe-api:beta
0 commit comments