Skip to content

Commit df5d921

Browse files
committed
Update publish action
1 parent b0964ef commit df5d921

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/presto-release-publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
(github.event.inputs.create_release_tag != 'true' || success())
9797
runs-on: ubuntu-latest
9898
environment: release
99-
timeout-minutes: 30
99+
timeout-minutes: 60
100100

101101
env:
102102
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
@@ -205,8 +205,8 @@ jobs:
205205
GPG_TTY: $(tty)
206206

207207
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
210210
runs-on: ubuntu-latest
211211
environment: release
212212
timeout-minutes: 150
@@ -270,7 +270,7 @@ jobs:
270270
ghcr.io/${{ github.repository }}:${{ env.VERSION }}
271271
${{ github.event.inputs.tag_image_as_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
272272
273-
publish-native-image:
273+
publish-native-images:
274274
needs: tag-release
275275
if: |
276276
github.event.inputs.publish_native_docker == 'true' &&

0 commit comments

Comments
 (0)