From 7d4b7ce0062fdfc5523c246d8726ce9d3f6044eb Mon Sep 17 00:00:00 2001 From: Harikrishnan Balagopal Date: Fri, 19 Apr 2024 16:26:53 +0530 Subject: [PATCH] ci: rename the custom github actions to use the new repo names Signed-off-by: Harikrishnan Balagopal --- .github/workflows/build.yml | 4 ++-- .github/workflows/prbuild.yml | 2 +- .github/workflows/release.yml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a2b8af..5b53060 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - id: info - uses: konveyor/get-env-info@v1 + uses: konveyor/move2kube-get-env-info@v1 - uses: actions/setup-go@v2 with: go-version: ${{ steps.info.outputs.go_version }} @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v2 - id: info - uses: konveyor/get-env-info@v1 + uses: konveyor/move2kube-get-env-info@v1 - id: image_tag run: | BRANCH="${GITHUB_REF#refs/heads/}" diff --git a/.github/workflows/prbuild.yml b/.github/workflows/prbuild.yml index b0a082f..3e22480 100644 --- a/.github/workflows/prbuild.yml +++ b/.github/workflows/prbuild.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - id: info - uses: konveyor/get-env-info@v1 + uses: konveyor/move2kube-get-env-info@v1 - uses: actions/setup-go@v2 with: go-version: ${{ steps.info.outputs.go_version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78b09bb..792caf9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: with: ref: ${{ github.event.inputs.commit_ref }} - id: info - uses: konveyor/get-env-info@v1 + uses: konveyor/move2kube-get-env-info@v1 - uses: actions/setup-go@v2 with: go-version: ${{ steps.info.outputs.go_version }} @@ -108,20 +108,20 @@ jobs: ref: ${{ github.event.inputs.commit_ref }} fetch-depth: 0 - name: create release draft - uses: konveyor/create-release-draft@v1 + uses: konveyor/move2kube-create-release-draft@v1 with: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.inputs.tag }} prev_tag: ${{ github.event.inputs.prev_tag }} config: releasenotes-config.js - id: info - uses: konveyor/get-env-info@v1 + uses: konveyor/move2kube-get-env-info@v1 - uses: actions/setup-go@v2 with: go-version: ${{ steps.info.outputs.go_version }} - run: VERSION='${{ github.event.inputs.tag }}' make dist - name: upload release assets - uses: konveyor/upload-release-action@v3 + uses: konveyor/move2kube-upload-release-action@v3 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.inputs.tag }} @@ -146,7 +146,7 @@ jobs: with: ref: ${{ github.event.inputs.commit_ref }} - id: info - uses: konveyor/get-env-info@v1 + uses: konveyor/move2kube-get-env-info@v1 - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx