Skip to content

Commit

Permalink
Update Docker cache settings in GitHub Actions dev-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slackspace-io committed Apr 14, 2024
1 parent 21b952c commit 2f0a21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
file: ./Dockerfile
push: true
tags: ghcr.io/slackspace-io/slackwatch:dev,ghcr.io/slackspace-io/slackwatch:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,modes=max
cache-from: type=registry,ref=ghcr.io/slackspace-io/slackwatch:build-cache
cache-to: type=registry,ref=ghcr.io/slackspace-io/slackwatch:build-cache,mode=max

0 comments on commit 2f0a21a

Please sign in to comment.