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 0bba41d commit 9863465Copy full SHA for 9863465
.github/workflows/ci-cd.yml
@@ -37,7 +37,7 @@ jobs:
37
load: true
38
tags: kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }}
39
build-contexts: |
40
- ${{ matrix.version }}${{ matrix.type }}=docker-image://${{ matrix.version }}${{ matrix.type }}:latest
+ ${{ matrix.version }}${{ matrix.type }}=docker-image://${{ matrix.version }}${{ matrix.type }}
41
42
- name: Tests
43
run: |
0 commit comments