diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f1f2d23..da4988b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -37,7 +37,7 @@ jobs: load: true tags: kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} build-contexts: | - ${{ matrix.version }}${{ matrix.type }}=docker-image://${{ matrix.version }}${{ matrix.type }}:latest + ${{ matrix.version }}${{ matrix.type }}=docker-image://${{ matrix.version }}${{ matrix.type }} - name: Tests run: |