Update action.yml
This commit is contained in:
parent
2a2afde539
commit
f441ad6018
@ -43,7 +43,7 @@ runs:
|
|||||||
- name: Push to Repository
|
- name: Push to Repository
|
||||||
uses: redhat-actions/push-to-registry@v2
|
uses: redhat-actions/push-to-registry@v2
|
||||||
with:
|
with:
|
||||||
image: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}
|
image: ${{ inputs.image_name }}
|
||||||
tags: ${{ gitea.ref_name }}
|
tags: ${{ gitea.ref_name }}
|
||||||
registry: ${{ vars.DOCKER_REGISTRY_HOST }}
|
registry: ${{ vars.DOCKER_REGISTRY_HOST }}
|
||||||
username: ${{ vars.DOCKER_REGISTRY_USERNAME }}
|
username: ${{ vars.DOCKER_REGISTRY_USERNAME }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user