Skip to content

Commit

Permalink
push tags
Browse files Browse the repository at this point in the history
Signed-off-by: Sarath Chandra Oruganti <[email protected]>
  • Loading branch information
sarathchandra24 committed Mar 9, 2024
1 parent 24ee683 commit f926f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clone-docker-image-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
needs: check-image-exists
strategy:
matrix:
image_tags: ${{ fromJson(inputs.image_tags) }}
image_tags: ${{inputs.image_tags}}
runs-on: ubuntu-latest
steps:
- name: Promote container images from ${{ inputs.source_registry }} to ${{ inputs.target_registry }}
Expand Down

0 comments on commit f926f6a

Please sign in to comment.