diff --git a/.gitea/workflows/02_build.yaml b/.gitea/workflows/02_build.yaml index c4646d2..4e8843a 100644 --- a/.gitea/workflows/02_build.yaml +++ b/.gitea/workflows/02_build.yaml @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index edd7ad4..f16c346 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ bun.lockb .env .editorconfig .idea -coverage* \ No newline at end of file +coverage*