Update action.yaml
This commit is contained in:
parent
e5430de9f8
commit
54d4568d2b
@ -21,9 +21,9 @@ runs:
|
||||
- name: Print Image Name
|
||||
shell: bash
|
||||
run: >-
|
||||
echo '------------------------';
|
||||
echo '⭐⭐⭐ ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }} ⭐⭐⭐';
|
||||
echo '------------------------';
|
||||
echo '⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐';
|
||||
echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}';
|
||||
echo '⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐';
|
||||
|
||||
- name: Build Image
|
||||
id: build-image
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user