Update action.yml
This commit is contained in:
parent
f31307fce5
commit
55fecb7d87
@ -30,7 +30,7 @@ runs:
|
|||||||
HELM_REPOSITORY: ${{ vars.HELM_REPOSITORY }}
|
HELM_REPOSITORY: ${{ vars.HELM_REPOSITORY }}
|
||||||
DOCKER_REGISTRY_USERNAME: ${{ vars.DOCKER_REGISTRY_USERNAME }}
|
DOCKER_REGISTRY_USERNAME: ${{ vars.DOCKER_REGISTRY_USERNAME }}
|
||||||
DOCKER_REGISTRY_PASSWORD: ${{ vars.DOCKER_REGISTRY_PASSWORD }}
|
DOCKER_REGISTRY_PASSWORD: ${{ vars.DOCKER_REGISTRY_PASSWORD }}
|
||||||
DOCKER_IMAGE_NAME: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.image_name }}
|
DOCKER_IMAGE_NAME: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tag }}
|
||||||
DOCKER_REGISTRY_HOST: ${{ vars.DOCKER_REGISTRY_HOST }}
|
DOCKER_REGISTRY_HOST: ${{ vars.DOCKER_REGISTRY_HOST }}
|
||||||
DOCKER_HOST: unix:///run/podman/podman.sock
|
DOCKER_HOST: unix:///run/podman/podman.sock
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -47,7 +47,7 @@ runs:
|
|||||||
uses: redhat-actions/push-to-registry@v2
|
uses: redhat-actions/push-to-registry@v2
|
||||||
with:
|
with:
|
||||||
image: ${{ inputs.image_name }}
|
image: ${{ inputs.image_name }}
|
||||||
tags: ${{ inputs.image_name }}
|
tags: ${{ inputs.tag }}
|
||||||
registry: ${{ vars.DOCKER_REGISTRY_HOST }}
|
registry: ${{ vars.DOCKER_REGISTRY_HOST }}
|
||||||
username: ${{ vars.DOCKER_REGISTRY_USERNAME }}
|
username: ${{ vars.DOCKER_REGISTRY_USERNAME }}
|
||||||
password: ${{ vars.DOCKER_REGISTRY_PASSWORD }}
|
password: ${{ vars.DOCKER_REGISTRY_PASSWORD }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user