added cache ref to build action
This commit is contained in:
parent
ae4a47f0d4
commit
ca4449c106
|
@ -4,7 +4,6 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- build
|
||||
|
||||
jobs:
|
||||
build:
|
||||
container:
|
||||
|
@ -48,5 +47,5 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=fedi-image-bot/bot-api:latest
|
||||
cache-from: type=registry,ref=git.fai.st/fedi-image-bot/bot-api:{{branch}}
|
||||
cache-to: type=inline
|
|
@ -4,4 +4,4 @@ bun.lockb
|
|||
.env
|
||||
.editorconfig
|
||||
.idea
|
||||
coverage*
|
||||
coverage*
|
||||
|
|
Loading…
Reference in New Issue