Skip to content

Commit

Permalink
cache steps of docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Jan 15, 2024
1 parent 4cc00d8 commit 220aa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
lfs: true

- name: Build Docker image
run: docker build --no-cache -t lods .
run: docker build -t lods .

0 comments on commit 220aa0e

Please sign in to comment.