Skip to content

Commit

Permalink
Try tagless cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Jan 4, 2025
1 parent 8d2f0ff commit cddd086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-rootless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,"name=${{ env.DOCKERHUB_REPO }},${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
cache-from: type=registry,ref=ghcr.io/sysadminsmedia/devcache:homebox
cache-to: type=registry,ref=ghcr.io/sysadminsmedia/devcache:homebox,mode=max
cache-from: type=registry,ref=ghcr.io/sysadminsmedia/devcache
cache-to: type=registry,ref=ghcr.io/sysadminsmedia/devcache,mode=max

- name: Export digest
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,"name=${{ env.DOCKERHUB_REPO }},${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
cache-from: type=registry,ref=ghcr.io/sysadminsmedia/devcache:homebox
cache-to: type=registry,ref=ghcr.io/sysadminsmedia/devcache:homebox,mode=max
cache-from: type=registry,ref=ghcr.io/sysadminsmedia/devcache
cache-to: type=registry,ref=ghcr.io/sysadminsmedia/devcache,mode=max

- name: Export digest
run: |
Expand Down

0 comments on commit cddd086

Please sign in to comment.