Skip to content

Commit

Permalink
fix docker build/push action
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Nov 22, 2023
1 parent 78b8638 commit 4304762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
}]
- name: Build with Maven
run: |
# mvn clean install -U
mvn clean install -U
- name: docker build and push
run: |
export DOCKER_GENERATOR_IMAGE_NAME=swaggerapi/swagger-generator
Expand Down

0 comments on commit 4304762

Please sign in to comment.