Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YazdanZ authored Aug 8, 2023
1 parent 352f6d4 commit a4da55d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
- name: Checkout github repo (+ download lfs dependencies)
uses: actions/checkout@v2

with:
lfs: true
- name: Checkout LFS objects
run: git lfs checkout

- name: Get version from tag or commit hash
id: get_version
run: |
Expand Down

0 comments on commit a4da55d

Please sign in to comment.