From 830c9dbdf605e2450841bbd704d88c86f7016713 Mon Sep 17 00:00:00 2001 From: Jiri Sztuka Date: Thu, 5 Dec 2024 12:17:48 +0100 Subject: [PATCH] fix(quickfix): duplicite IDs for steps Signed-off-by: Jiri Sztuka --- .github/workflows/build_reusable.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_reusable.yaml b/.github/workflows/build_reusable.yaml index 0f13826..98b8786 100644 --- a/.github/workflows/build_reusable.yaml +++ b/.github/workflows/build_reusable.yaml @@ -62,7 +62,7 @@ jobs: password: ${{ secrets.KONFLUX_TEST_QUAY_TOKEN }} - name: Push To quay.io - id: push-to-quay + id: push-to-quay-konflux-ci if: ${{ inputs.push }} uses: redhat-actions/push-to-registry@v2 with: @@ -74,4 +74,4 @@ jobs: - name: Print image url if: ${{ inputs.push }} - run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}" + run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }} and ${{ steps.push-to-quay-konflux-ci.outputs.registry-paths }}"