Skip to content

Commit

Permalink
removed docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebono1 authored May 30, 2023
1 parent 740c44d commit cf64517
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ jobs:
# Build image and push to registry
- name: Build and push
uses: docker/build-push-action@v4
with:
cache-from: type=registry,ref=user/app:buildcache
cache-to: type=registry,ref=user/app:buildcache,mode=max
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
Expand Down

0 comments on commit cf64517

Please sign in to comment.