From 1c87a27d4aeb4b45305442c4115146f8e82968ce Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Wed, 12 Jul 2023 23:50:28 +0200 Subject: [PATCH] Try to fix Build and push in ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d9a401b4..937d49833 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,7 +112,7 @@ jobs: with: build-args: |- KEYCLOAK_VERSION=${{ matrix.env.KEYCLOAK_VERSION }} - MAVEN_CLI_OPTS=${{ env.MAVEN_CLI_OPTS }} ${RESTEASY_BACKPORT} + MAVEN_CLI_OPTS=${{ env.MAVEN_CLI_OPTS }} ${{ env.RESTEASY_BACKPORT }} cache-from: type=gha cache-to: type=gha,mode=max context: .