Skip to content

Commit

Permalink
fix(ci): try gha cache
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Apr 1, 2024
1 parent dac59e2 commit 64abc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: joewiz/hsg-project:latest
cache-from: type=registry,ref=joewiz/hsg-project:buildcache
cache-to: type=registry,ref=joewiz/hsg-project:buildcache,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 64abc10

Please sign in to comment.