diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 11fb917..f0dc24b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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