Skip to content

Commit

Permalink
[CI] Fix checkout version in docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YWHyuk committed Aug 2, 2024
1 parent 5a440ea commit 63f193f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: self-hosted

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.16.0
- name: Build the Docker image
run: docker build . --file Dockerfile --tag onnxim:$(date +%s)

0 comments on commit 63f193f

Please sign in to comment.