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 42864ad commit f7d00f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: inject go-build-cache into docker
uses: reproducible-containers/[email protected]
with:
cache-map: maven-cache
cache-map:
"maven-cache": "/root/.m2"

- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit f7d00f6

Please sign in to comment.