Skip to content

Commit

Permalink
[cherry-pick] Update repository config (#711) (#713)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Jan 21, 2021
1 parent 3daa60e commit 5fa8af1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -21,15 +21,15 @@ jobs:

- uses: actions/checkout@v1

- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
buildx-version: latest
qemu-version: latest
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1

- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
run: echo ${{steps.qemu.outputs.platforms}}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Prepare Host
run: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Expand Up @@ -27,15 +27,15 @@ jobs:
run: |
make version
- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
buildx-version: latest
qemu-version: latest
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1

- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
run: echo ${{steps.qemu.outputs.platforms}}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Publish to GitHub Container Registry
env:
Expand Down

0 comments on commit 5fa8af1

Please sign in to comment.