Skip to content

Commit 4f01f1d

Browse files
committed
Test
1 parent 3cf92c5 commit 4f01f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

2323
- name: Setup Docker Buildx
2424
uses: docker/setup-buildx-action@v3
25-
with:
26-
driver: docker
2725

2826
- name: Build and export to Docker
2927
uses: docker/build-push-action@v5
@@ -38,6 +36,8 @@ jobs:
3836
context: ${{ matrix.version }}-nginx${{ matrix.type }}
3937
load: true
4038
tags: kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }}
39+
build-contexts: |
40+
${{ matrix.version }}${{ matrix.type }}=docker-image://${{ matrix.version }}${{ matrix.type }}:latest
4141
4242
- name: Tests
4343
run: |

0 commit comments

Comments
 (0)