We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53029ee commit 425848cCopy full SHA for 425848c
.github/workflows/docker.yml
@@ -43,6 +43,6 @@ jobs:
43
file: ./docker/Dockerfile
44
push: true
45
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/rodhaj-build-cache:bot
46
- cache-to: cache-to=type=registry,mode=max,ref=ghcr.io/${{ github.repository_owner }}/rodhaj-build-cache:bot
+ cache-to: type=registry,mode=max,ref=ghcr.io/${{ github.repository_owner }}/rodhaj-build-cache:bot
47
tags: ${{ steps.meta.outputs.tags }}
48
labels: ${{ steps.meta.outputs.labels }}
0 commit comments