This commit is contained in:
2024-12-26 16:00:05 +03:00
parent 815bb933ed
commit ad282d50cd

View File

@@ -17,8 +17,8 @@ jobs:
#DOCKER_HOST: tcp://${{ matrix.config.host }}:2376
CR_REGISTRY: crp8vh46gd976oq8ipla
CR_REPO: ${{ github.event.repository.name }}
IMAGE_TAG: ${{ github.sha }}
INPUT_TAG: ${{ inputs.tag }}
IMAGE_TAG: ${{ github.sha }}
steps:
- name: Checkout
uses: actions/checkout@master