Skip to content

Commit 6a75a3f

Browse files
Update ci_checks.yaml
1 parent f680e16 commit 6a75a3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci_checks.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717

1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v2
20-
with:
21-
driver: docker
2220

2321
- name: Bake the bootstrap docker image
2422
uses: docker/bake-action@v5
@@ -50,7 +48,7 @@ jobs:
5048
with:
5149
source: .
5250
files: .github/docker-compose.yml
53-
targets: fenix
51+
targets: env,fenix
5452
workdir: .
5553
set: |
5654
*.output=type=docker,name=local/fenix

0 commit comments

Comments
 (0)