Skip to content

Commit 10ededa

Browse files
ci: rename the custom github actions to use the new repo names (#164)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent dd77070 commit 10ededa

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- id: info
17-
uses: konveyor/get-env-info@v1
17+
uses: konveyor/move2kube-get-env-info@v1
1818
- uses: actions/setup-go@v2
1919
with:
2020
go-version: ${{ steps.info.outputs.go_version }}
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v2
4343
- id: info
44-
uses: konveyor/get-env-info@v1
44+
uses: konveyor/move2kube-get-env-info@v1
4545
- id: image_tag
4646
run: |
4747
BRANCH="${GITHUB_REF#refs/heads/}"

.github/workflows/prbuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- id: info
16-
uses: konveyor/get-env-info@v1
16+
uses: konveyor/move2kube-get-env-info@v1
1717
- uses: actions/setup-go@v2
1818
with:
1919
go-version: ${{ steps.info.outputs.go_version }}

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
ref: ${{ github.event.inputs.commit_ref }}
2727
- id: info
28-
uses: konveyor/get-env-info@v1
28+
uses: konveyor/move2kube-get-env-info@v1
2929
- uses: actions/setup-go@v2
3030
with:
3131
go-version: ${{ steps.info.outputs.go_version }}
@@ -108,20 +108,20 @@ jobs:
108108
ref: ${{ github.event.inputs.commit_ref }}
109109
fetch-depth: 0
110110
- name: create release draft
111-
uses: konveyor/create-release-draft@v1
111+
uses: konveyor/move2kube-create-release-draft@v1
112112
with:
113113
token: ${{ secrets.GITHUB_TOKEN }}
114114
tag: ${{ github.event.inputs.tag }}
115115
prev_tag: ${{ github.event.inputs.prev_tag }}
116116
config: releasenotes-config.js
117117
- id: info
118-
uses: konveyor/get-env-info@v1
118+
uses: konveyor/move2kube-get-env-info@v1
119119
- uses: actions/setup-go@v2
120120
with:
121121
go-version: ${{ steps.info.outputs.go_version }}
122122
- run: VERSION='${{ github.event.inputs.tag }}' make dist
123123
- name: upload release assets
124-
uses: konveyor/upload-release-action@v3
124+
uses: konveyor/move2kube-upload-release-action@v3
125125
with:
126126
repo_token: ${{ secrets.GITHUB_TOKEN }}
127127
tag: ${{ github.event.inputs.tag }}
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
ref: ${{ github.event.inputs.commit_ref }}
148148
- id: info
149-
uses: konveyor/get-env-info@v1
149+
uses: konveyor/move2kube-get-env-info@v1
150150
- name: Set up QEMU
151151
uses: docker/setup-qemu-action@v2
152152
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)