Skip to content

Commit

Permalink
Update repository config (#561)
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 3b50d61 commit 2b02efe
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 2b02efe

Please sign in to comment.