Skip to content

Commit

Permalink
ci: rename the custom github actions to use the new repo names
Browse files Browse the repository at this point in the history
Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
  • Loading branch information
HarikrishnanBalagopal committed Apr 19, 2024
1 parent 40699c5 commit bf02006
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down Expand Up @@ -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/}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prbuild.yml
Expand Up @@ -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 }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit bf02006

Please sign in to comment.