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 af00d1f commit 220878fCopy full SHA for 220878f
.github/workflows/op_rbuilder_release.yaml
@@ -158,7 +158,7 @@ jobs:
158
echo "${{ steps.create-release-draft.outputs.url }}" >> $GITHUB_STEP_SUMMARY
159
160
build-docker:
161
- if: ${{ github.event.inputs.build-docker == 'true' }}
+ if: ${{ (github.ref_type == 'tag') || (github.event.inputs.build-docker == 'true') }}
162
name: Build and publish Docker image
163
needs: extract-version
164
runs-on: ${{ matrix.configs.runner }}
0 commit comments