File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 5
5
branches-ignore :
6
6
- ' master'
7
7
- ' integration'
8
- - ' integration-v4 '
8
+ - ' v4-integration '
9
9
pull_request :
10
10
branches-ignore :
11
11
- ' master'
12
12
- ' integration'
13
- - ' integration-v4 '
13
+ - ' v4-integration '
14
14
15
15
jobs :
16
16
docker :
17
17
runs-on : ubuntu-latest
18
- defaults :
19
- run :
20
- working-directory : ./api/v1
21
18
steps :
22
19
-
23
20
name : Set up QEMU
38
35
name : Build and push
39
36
uses : docker/build-push-action@v6
40
37
with :
38
+ context : ./api/v1
41
39
push : true
42
40
tags : beanbeanjuice/cafe-api:alpha
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- ' integration'
7
- - ' integration-v4 '
7
+ - ' v4-integration '
8
8
9
9
jobs :
10
10
docker :
11
11
runs-on : ubuntu-latest
12
- defaults :
13
- run :
14
- working-directory : ./api/v1
15
12
steps :
16
13
-
17
14
name : Set up QEMU
32
29
name : Build and push
33
30
uses : docker/build-push-action@v6
34
31
with :
32
+ context : ./api/v1
35
33
push : true
36
34
tags : beanbeanjuice/cafe-api:beta
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
docker :
10
10
runs-on : ubuntu-latest
11
- defaults :
12
- run :
13
- working-directory : ./api/v1
14
11
steps :
15
12
-
16
13
name : Set up QEMU
31
28
name : Build and push
32
29
uses : docker/build-push-action@v6
33
30
with :
31
+ context : ./api/v1
34
32
push : true
35
33
tags : beanbeanjuice/cafe-api:beta
You can’t perform that action at this time.
0 commit comments