Skip to content

Commit

Permalink
Disable caching on docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
kilna committed May 21, 2024
1 parent 63bc1ac commit 7b4ec85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
org.opencontainers.image.version:${{ github.event.release.tag_name }}
tags: |
docker.io/kilna/envhttpd:${{ env.VERSION_TAG }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down

0 comments on commit 7b4ec85

Please sign in to comment.