Skip to content

Commit

Permalink
Try to fix Build and push in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdarimont committed Jul 12, 2023
1 parent eb0659d commit 1c87a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down

0 comments on commit 1c87a27

Please sign in to comment.