chore(deps): update maven docker tag from 3.9.9-eclipse-temurin-17 to 3.9.10-eclipse-temurin-17
This commit is contained in:
parent
86f8efaa1a
commit
c01c9d00fe
5 changed files with 6 additions and 6 deletions
|
@ -45,7 +45,7 @@ steps:
|
|||
|
||||
deploy:
|
||||
depends_on: []
|
||||
image: maven:3.9.9-eclipse-temurin-17
|
||||
image: maven:3.9.10-eclipse-temurin-17
|
||||
commands: mvn deploy
|
||||
environment:
|
||||
MAVEN_ARGS: --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml
|
||||
|
@ -55,7 +55,7 @@ steps:
|
|||
|
||||
release:
|
||||
depends_on: []
|
||||
image: maven:3.9.9-eclipse-temurin-17
|
||||
image: maven:3.9.10-eclipse-temurin-17
|
||||
commands:
|
||||
- git config user.email "$GIT_USER_EMAIL"
|
||||
- git config user.name "$GIT_USER_NAME"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue