From e1a1de9864212c606d7e3473cc711c0696f6ae90 Mon Sep 17 00:00:00 2001 From: Eduard Melnytskyi Date: Thu, 19 Dec 2024 17:02:14 +0100 Subject: [PATCH] Adjust CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db300e88..209e25d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: # tags: [ "spryker/php:latest", "spryker/php:8.2", "spryker/php:8.2-alpine3.20" ] # platforms: [ "linux/amd64", "linux/arm64" ] - image: "alpine/3.20/8.3/Dockerfile" + php_version: '8.3' + alpine_version: '3.20' tags: ["spryker/php:8.3-alpine3.20-otel" ] platforms: [ "linux/amd64", "linux/arm64" ]