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 178d8f6 commit de587d7Copy full SHA for de587d7
.github/actions/build-and-tag-locally/action.yml
@@ -307,6 +307,7 @@ runs:
307
308
- name: Format registry tag
309
id: format-registry-tag
310
+ if: ${{ inputs.publish_image == 'true' && contains(fromJSON('["amd64", "arm64"]'), steps.platform.outputs.display_name) }}
311
shell: bash
312
run: |
313
if [[ "${{ inputs.run_type }}" == "release" ]]; then
0 commit comments