From cde3e9c0ff4e0c73e03f46c8ca08b8caa1cfe47a Mon Sep 17 00:00:00 2001 From: Harikrishnan Balagopal Date: Fri, 19 Apr 2024 16:18:44 +0530 Subject: [PATCH] ci: rename the custom github actions to use the new repo names Signed-off-by: Harikrishnan Balagopal --- .github/workflows/build.yml | 6 +++--- .github/workflows/prbuild.yml | 2 +- .github/workflows/release.yml | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ecc34d42..19c7dbbab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.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 }} @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v2 - 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 @@ -81,7 +81,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 4d57200e7..883882aea 100644 --- a/.github/workflows/prbuild.yml +++ b/.github/workflows/prbuild.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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1d3ad4fe..22179ba48 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 }} @@ -52,7 +52,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 @@ -153,20 +153,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 }} @@ -191,7 +191,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