Updated timestamp-batch and timestamp-task to Boot 3.

This commit is contained in:
Corneil du Plessis
2023-04-06 14:04:58 +02:00
parent 2db8178502
commit 3bae8ec128
9 changed files with 97 additions and 86 deletions

View File

@@ -321,8 +321,8 @@ jobs:
docker-push: ${{ inputs.maven-build-only != true }}
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
docker-password: ${{ secrets.DOCKERHUB_TOKEN }}
docker-images: >-
springcloudtask/timestamp-task:2.0.2
java-version: '17'
docker-images: 'springcloudtask/timestamp-task:3.0.0'
timestamp-batch:
runs-on: ubuntu-latest
@@ -337,5 +337,5 @@ jobs:
docker-push: ${{ inputs.maven-build-only != true }}
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
docker-password: ${{ secrets.DOCKERHUB_TOKEN }}
docker-images: >-
springcloudtask/timestamp-batch-task:2.0.2
java-version: '17'
docker-images: 'springcloudtask/timestamp-batch-task:3.0.0'