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 3cf92c5 commit 4f01f1dCopy full SHA for 4f01f1d
.github/workflows/ci-cd.yml
@@ -22,8 +22,6 @@ jobs:
22
23
- name: Setup Docker Buildx
24
uses: docker/setup-buildx-action@v3
25
- with:
26
- driver: docker
27
28
- name: Build and export to Docker
29
uses: docker/build-push-action@v5
@@ -38,6 +36,8 @@ jobs:
38
36
context: ${{ matrix.version }}-nginx${{ matrix.type }}
39
37
load: true
40
tags: kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }}
+ build-contexts: |
+ ${{ matrix.version }}${{ matrix.type }}=docker-image://${{ matrix.version }}${{ matrix.type }}:latest
41
42
- name: Tests
43
run: |
0 commit comments