Skip to content

Commit 81ec6de

Browse files
committed
Run format-registry-tag step if required
1 parent 6e1969f commit 81ec6de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build-and-tag-locally/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ runs:
307307

308308
- name: Format registry tag
309309
id: format-registry-tag
310+
if: ${{ inputs.publish_image == 'true' && contains(fromJSON('["amd64", "arm64"]'), steps.platform.outputs.display_name) }}
310311
shell: bash
311312
run: |
312313
if [[ "${{ inputs.run_type }}" == "release" ]]; then

0 commit comments

Comments
 (0)