Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ustims authored Sep 2, 2023
1 parent e896a2a commit 7bbff18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: echo "$GITHUB_HEAD_REF"
- name: Print GITHUB_REF
run: echo "$GITHUB_REF"
- name: Cache Docker images.
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('Dockerfile') }}
- name: Build the Docker image
run: |
docker build . --file Dockerfile \
Expand Down

0 comments on commit 7bbff18

Please sign in to comment.