diff --git a/.github/workflows/maven_docker_image.yml b/.github/workflows/maven_docker_image.yml index 0629e0d..7c1c831 100644 --- a/.github/workflows/maven_docker_image.yml +++ b/.github/workflows/maven_docker_image.yml @@ -27,7 +27,7 @@ jobs: distribution: 'temurin' cache: maven - name: Sleep for 90 seconds - Let caller workflow to release the artifact - run: sleep 90s + run: sleep 120s shell: bash - name: Create docker image and push to docker hub (latest version) run: |