Skip to content

Commit

Permalink
Try different build cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Oct 30, 2024
1 parent f7d00f6 commit ea5c6f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ jobs:
- name: inject go-build-cache into docker
uses: reproducible-containers/[email protected]
with:
cache-map:
cache-map: |
{
"maven-cache": "/root/.m2"
}
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit ea5c6f0

Please sign in to comment.