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 46f30d1 commit 151eedeCopy full SHA for 151eede
.github/workflows/ci_checks.yaml
@@ -1,7 +1,6 @@
1
name: Build & Test
2
3
on:
4
- push:
5
pull_request_target:
6
types:
7
- opened
@@ -23,22 +22,22 @@ jobs:
23
22
with:
24
files: .github/docker-compose.yml
25
load: true
26
- target: bootstrap
+ targets: bootstrap
27
28
- name: Build the environment
29
uses: docker/bake-action@v5
30
31
32
33
- target: env
+ targets: env
34
35
- name: Build Fenix
36
37
38
source: .
39
40
41
- target: fenix
+ targets: fenix
42
43
- name: Test Fenix
44
run: docker run local/fenix
0 commit comments