We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214e51c commit 852e2b5Copy full SHA for 852e2b5
.github/workflows/release.yml
@@ -55,6 +55,8 @@ jobs:
55
push: true
56
tags: lgdd/liferay-starter:latest-jvm,lgdd/liferay-starter:${{ needs.release-please.outputs.major }}.${{ needs.release-please.outputs.minor }}.${{ needs.release-please.outputs.patch }}-jvm
57
push-native-docker-image:
58
+ needs: release-please
59
+ if: needs.release-please.outputs.release_created
60
runs-on: ubuntu-latest
61
steps:
62
- uses: actions/checkout@v4
0 commit comments