Skip to content

Commit

Permalink
Update Docker build-push-action to v5 and enable cache in dev-build w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
slackspace-io committed Apr 14, 2024
1 parent 2a109b7 commit 382d238
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=gh,mode=max
cache-to: type=gh,mode=max
cache-from: type=gha
cache-to: type=gha

0 comments on commit 382d238

Please sign in to comment.