From 9863465ce74c0ed509a718d24412d331a79b6c4b Mon Sep 17 00:00:00 2001 From: Daniel Polito Date: Wed, 15 May 2024 18:51:32 -0300 Subject: [PATCH] Tweak --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |