Skip to content

Commit 5f4dc48

Browse files
committed
JDK 11+ - fix push Action attempt 5
1 parent 60ba8f9 commit 5f4dc48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven-master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Deploy Maven Snapshot
4444
if: ${{ matrix.java == 11 }}
4545
run: |
46+
export DOCKER_GENERATOR_IMAGE_NAME=swaggerapi/swagger-generator
47+
export DOCKER_CODEGEN_CLI_IMAGE_NAME=swaggerapi/swagger-codegen-cli
4648
export MY_POM_VERSION=`mvn -q -Dexec.executable="echo" -Dexec.args='${projects.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec`
4749
echo "POM VERSION" ${MY_POM_VERSION}
4850
if [[ $MY_POM_VERSION =~ ^.*SNAPSHOT$ ]];

0 commit comments

Comments
 (0)