Commit df5d921 1 parent b0964ef commit df5d921 Copy full SHA for df5d921
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
(github.event.inputs.create_release_tag != 'true' || success())
97
97
runs-on : ubuntu-latest
98
98
environment : release
99
- timeout-minutes : 30
99
+ timeout-minutes : 60
100
100
101
101
env :
102
102
NEXUS_USERNAME : ${{ secrets.NEXUS_USERNAME }}
@@ -205,8 +205,8 @@ jobs:
205
205
GPG_TTY : $(tty)
206
206
207
207
publish-docker-images :
208
- if : ${{ github.event.inputs.publish_docker == 'true' }}
209
- needs : [ publish-maven-artifacts]
208
+ if : ${{ github.event.inputs.publish_docker == 'true' && success() }}
209
+ needs : publish-maven-artifacts
210
210
runs-on : ubuntu-latest
211
211
environment : release
212
212
timeout-minutes : 150
@@ -270,7 +270,7 @@ jobs:
270
270
ghcr.io/${{ github.repository }}:${{ env.VERSION }}
271
271
${{ github.event.inputs.tag_image_as_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
272
272
273
- publish-native-image :
273
+ publish-native-images :
274
274
needs : tag-release
275
275
if : |
276
276
github.event.inputs.publish_native_docker == 'true' &&
You can’t perform that action at this time.
0 commit comments