Skip to content

Commit

Permalink
fix: registry cache importer requires ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 8, 2023
1 parent 44f5ecb commit 51cd99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
cache-to: type=inline
# cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
# cache-to: type=inline

...

0 comments on commit 51cd99c

Please sign in to comment.