We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b696fc commit 7953907Copy full SHA for 7953907
.github/workflows/build-image.yml
@@ -41,3 +41,5 @@ jobs:
41
push: true
42
tags: ${{ steps.meta.outputs.tags }}
43
labels: ${{ steps.meta.outputs.labels }}
44
+ cache-from: type=registry,ref=ghcr.io/untitaker/mastodon-list-bot:latest
45
+ cache-to: type=inline
0 commit comments