Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
duplexsystem committed Sep 25, 2023
2 parents cf1d5b2 + 36ac105 commit 6d09a43
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v3
name: Check out Repo

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

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

0 comments on commit 6d09a43

Please sign in to comment.