Skip to content

Commit 72ceb7b

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

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yml

+3-3
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 }}
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v2
4040
- id: info
41-
uses: konveyor/get-env-info@v1
41+
uses: konveyor/move2kube-get-env-info@v1
4242
- name: Set up QEMU
4343
uses: docker/setup-qemu-action@v2
4444
- name: Set up Docker Buildx
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v2
8383
- id: info
84-
uses: konveyor/get-env-info@v1
84+
uses: konveyor/move2kube-get-env-info@v1
8585
- id: image_tag
8686
run: |
8787
BRANCH="${GITHUB_REF#refs/heads/}"

.github/workflows/prbuild.yml

+1-1
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 }}

.github/workflows/release.yml

+6-6
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 }}
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
ref: ${{ github.event.inputs.commit_ref }}
5454
- id: info
55-
uses: konveyor/get-env-info@v1
55+
uses: konveyor/move2kube-get-env-info@v1
5656
- name: Set up QEMU
5757
uses: docker/setup-qemu-action@v2
5858
- name: Set up Docker Buildx
@@ -153,20 +153,20 @@ jobs:
153153
ref: ${{ github.event.inputs.commit_ref }}
154154
fetch-depth: 0
155155
- name: create release draft
156-
uses: konveyor/create-release-draft@v1
156+
uses: konveyor/move2kube-create-release-draft@v1
157157
with:
158158
token: ${{ secrets.GITHUB_TOKEN }}
159159
tag: ${{ github.event.inputs.tag }}
160160
prev_tag: ${{ github.event.inputs.prev_tag }}
161161
config: releasenotes-config.js
162162
- id: info
163-
uses: konveyor/get-env-info@v1
163+
uses: konveyor/move2kube-get-env-info@v1
164164
- uses: actions/setup-go@v2
165165
with:
166166
go-version: ${{ steps.info.outputs.go_version }}
167167
- run: VERSION='${{ github.event.inputs.tag }}' make dist
168168
- name: upload release assets
169-
uses: konveyor/upload-release-action@v3
169+
uses: konveyor/move2kube-upload-release-action@v3
170170
with:
171171
repo_token: ${{ secrets.GITHUB_TOKEN }}
172172
tag: ${{ github.event.inputs.tag }}
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
ref: ${{ github.event.inputs.commit_ref }}
193193
- id: info
194-
uses: konveyor/get-env-info@v1
194+
uses: konveyor/move2kube-get-env-info@v1
195195
- name: Set up QEMU
196196
uses: docker/setup-qemu-action@v2
197197
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)