Skip to content

Commit fd6af92

Browse files
committed
chore(ci): Pull cache from correct image
1 parent a1578e1 commit fd6af92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
labels: ${{ steps.meta.outputs.labels }}
5757
platforms: linux/amd64
5858
cache-from: |
59-
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:master
59+
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:main
6060
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TARGET_BRANCH }}
6161
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags[0] }}
6262
cache-to: type=inline

0 commit comments

Comments
 (0)