Skip to content

Commit dbabd3d

Browse files
committed
Update pom.xml
1 parent df5d921 commit dbabd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
GPG_TTY: $(tty)
206206

207207
publish-docker-images:
208-
if: ${{ github.event.inputs.publish_docker == 'true' && success() }}
208+
if: ${{ github.event.inputs.publish_docker == 'true' && always() }}
209209
needs: publish-maven-artifacts
210210
runs-on: ubuntu-latest
211211
environment: release

0 commit comments

Comments
 (0)