Skip to content

Commit 4f1799b

Browse files
committed
Updated GitHub Workflows
1 parent 2d239a2 commit 4f1799b

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@ on:
55
branches-ignore:
66
- 'master'
77
- 'integration'
8-
- 'integration-v4'
8+
- 'v4-integration'
99
pull_request:
1010
branches-ignore:
1111
- 'master'
1212
- 'integration'
13-
- 'integration-v4'
13+
- 'v4-integration'
1414

1515
jobs:
1616
docker:
1717
runs-on: ubuntu-latest
18-
defaults:
19-
run:
20-
working-directory: ./api/v1
2118
steps:
2219
-
2320
name: Set up QEMU
@@ -38,5 +35,6 @@ jobs:
3835
name: Build and push
3936
uses: docker/build-push-action@v6
4037
with:
38+
context: ./api/v1
4139
push: true
4240
tags: beanbeanjuice/cafe-api:alpha

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ on:
44
push:
55
branches:
66
- 'integration'
7-
- 'integration-v4'
7+
- 'v4-integration'
88

99
jobs:
1010
docker:
1111
runs-on: ubuntu-latest
12-
defaults:
13-
run:
14-
working-directory: ./api/v1
1512
steps:
1613
-
1714
name: Set up QEMU
@@ -32,5 +29,6 @@ jobs:
3229
name: Build and push
3330
uses: docker/build-push-action@v6
3431
with:
32+
context: ./api/v1
3533
push: true
3634
tags: beanbeanjuice/cafe-api:beta

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
jobs:
99
docker:
1010
runs-on: ubuntu-latest
11-
defaults:
12-
run:
13-
working-directory: ./api/v1
1411
steps:
1512
-
1613
name: Set up QEMU
@@ -31,5 +28,6 @@ jobs:
3128
name: Build and push
3229
uses: docker/build-push-action@v6
3330
with:
31+
context: ./api/v1
3432
push: true
3533
tags: beanbeanjuice/cafe-api:beta

0 commit comments

Comments
 (0)