Skip to content

Commit 8c431a1

Browse files
authored
[cherry-pick] Update repository config (#272) (#273)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 90540fe commit 8c431a1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121

2222
- uses: actions/checkout@v1
2323

24-
- name: Set up Docker Buildx
25-
id: buildx
26-
uses: crazy-max/ghaction-docker-buildx@v1
27-
with:
28-
buildx-version: latest
29-
qemu-version: latest
24+
- name: Set up QEMU
25+
id: qemu
26+
uses: docker/setup-qemu-action@v1
3027

3128
- name: Available platforms
32-
run: echo ${{ steps.buildx.outputs.platforms }}
29+
run: echo ${{steps.qemu.outputs.platforms}}
30+
31+
- name: Set up Docker Buildx
32+
uses: docker/setup-buildx-action@v1
3333

3434
- name: Prepare Host
3535
run: |

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
run: |
2828
make version
2929
30-
- name: Set up Docker Buildx
31-
id: buildx
32-
uses: crazy-max/ghaction-docker-buildx@v1
33-
with:
34-
buildx-version: latest
35-
qemu-version: latest
30+
- name: Set up QEMU
31+
id: qemu
32+
uses: docker/setup-qemu-action@v1
3633

3734
- name: Available platforms
38-
run: echo ${{ steps.buildx.outputs.platforms }}
35+
run: echo ${{steps.qemu.outputs.platforms}}
36+
37+
- name: Set up Docker Buildx
38+
uses: docker/setup-buildx-action@v1
3939

4040
- name: Publish to GitHub Container Registry
4141
env:

0 commit comments

Comments
 (0)