Skip to content

Commit

Permalink
Cleaned up Github Actions cache option
Browse files Browse the repository at this point in the history
  • Loading branch information
thordy committed Dec 16, 2024
1 parent f227358 commit 103b5f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
run: |
docker buildx build . \
--file Dockerfile \
--cache-from=type=registry,ref=kcapp/api:cache \
--cache-to=type=registry,ref=kcapp/api:cache,mode=max \
--cache-from=type=local,src=/tmp/docker-cache \
--cache-from=type=registry,ref=kcapp/api:cache \
--cache-to=type=registry,ref=kcapp/api:cache,mode=max \
-t kcapp/api:latest \
--platform=linux/arm,linux/arm64,linux/amd64 \
--push
Expand Down

0 comments on commit 103b5f8

Please sign in to comment.