Skip to content

Commit 151eede

Browse files
Syntax fix
1 parent 46f30d1 commit 151eede

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci_checks.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build & Test
22

33
on:
4-
push:
54
pull_request_target:
65
types:
76
- opened
@@ -23,22 +22,22 @@ jobs:
2322
with:
2423
files: .github/docker-compose.yml
2524
load: true
26-
target: bootstrap
25+
targets: bootstrap
2726

2827
- name: Build the environment
2928
uses: docker/bake-action@v5
3029
with:
3130
files: .github/docker-compose.yml
3231
load: true
33-
target: env
32+
targets: env
3433

3534
- name: Build Fenix
3635
uses: docker/bake-action@v5
3736
with:
3837
source: .
3938
files: .github/docker-compose.yml
4039
load: true
41-
target: fenix
40+
targets: fenix
4241

4342
- name: Test Fenix
4443
run: docker run local/fenix

0 commit comments

Comments
 (0)