Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duplexsystem authored Sep 25, 2023
1 parent 3386949 commit a191b34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ScribeMD/[email protected]
- name: Cache Docker images.
with:
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}

- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag optimized-java-docker:$(date +%s)

0 comments on commit a191b34

Please sign in to comment.