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 6e1969f commit 81ec6deCopy full SHA for 81ec6de
.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