Skip to content

Commit

Permalink
try caching docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 13, 2024
1 parent 823fd01 commit b793c29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/cache@v4
id: cache
with:
path: ${{ env.IMAGE }}/image.tar
key: data
- name: Build the Docker image
run: |
docker build . --tag ${{env.USER_NAME}}/${{env.REPO_NAME}}
Expand Down

0 comments on commit b793c29

Please sign in to comment.