Skip to content

Commit d75548c

Browse files
committed
missing checkout action
1 parent f0f6704 commit d75548c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker_image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
access_token: ${{ github.token }}
2424

25+
- uses: actions/checkout@v2
26+
2527
- name: docker build
2628
run: |
2729
export ARCH=$([ $(uname -m) = "x86_64" ] && echo "amd64" || echo "arm64")

0 commit comments

Comments
 (0)