Skip to content

Commit fa5e57c

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/maven-master.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ jobs:
5151
then
5252
./mvnw clean deploy -U --settings $HOME/.m2/settings.xml
5353
docker build --rm=false -t $DOCKER_GENERATOR_IMAGE_NAME:unstable ./modules/swagger-generator
54-
docker tag $DOCKER_GENERATOR_IMAGE_NAME:unstable
5554
docker push $DOCKER_GENERATOR_IMAGE_NAME:unstable
5655
docker build --rm=false -t $DOCKER_CODEGEN_CLI_IMAGE_NAME:unstable ./modules/swagger-codegen-cli
57-
docker tag $DOCKER_CODEGEN_CLI_IMAGE_NAME:unstable
5856
docker push $DOCKER_CODEGEN_CLI_IMAGE_NAME:unstable
5957
else
6058
echo "not deploying release nor building and pushing release docker image: " ${MY_POM_VERSION}

0 commit comments

Comments
 (0)