Update action.yml

This commit is contained in:
subochev 2025-05-19 00:49:53 +03:00
parent 2a2afde539
commit f441ad6018

View File

@ -43,7 +43,7 @@ runs:
- name: Push to Repository
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}
image: ${{ inputs.image_name }}
tags: ${{ gitea.ref_name }}
registry: ${{ vars.DOCKER_REGISTRY_HOST }}
username: ${{ vars.DOCKER_REGISTRY_USERNAME }}