added cache ref to build action
Unit Tests with docker compose / unit-test (push) Successful in 50s Details
Build image / build (push) Successful in 1m50s Details

This commit is contained in:
Alie 2024-01-14 13:50:08 +01:00
parent ae4a47f0d4
commit ca4449c106
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ on:
branches: branches:
- main - main
- build - build
jobs: jobs:
build: build:
container: container:
@ -48,5 +47,5 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} 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 cache-to: type=inline

2
.gitignore vendored
View File

@ -4,4 +4,4 @@ bun.lockb
.env .env
.editorconfig .editorconfig
.idea .idea
coverage* coverage*