Skip to content

Commit

Permalink
missing checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
travisghansen committed Jan 31, 2021
1 parent f0f6704 commit d75548c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v2

- name: docker build
run: |
export ARCH=$([ $(uname -m) = "x86_64" ] && echo "amd64" || echo "arm64")
Expand Down

0 comments on commit d75548c

Please sign in to comment.