Skip to content

Commit

Permalink
ci: fix clone
Browse files Browse the repository at this point in the history
  • Loading branch information
josh.jacobs committed Oct 15, 2021
1 parent a09dec5 commit 167a556
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Expand All @@ -39,8 +42,7 @@ jobs:

- name: Build and push
id: docker_build
- uses: actions/checkout@v2
- uses: docker/build-push-action@v2
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64, linux/arm64, linux/armhf
Expand Down

0 comments on commit 167a556

Please sign in to comment.