Merge branch 'main' into renovate/git.fai.st-fedi-image-bot-bot-api-1.x
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m49s
Details
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m49s
Details
This commit is contained in:
commit
04c39ce18b
|
@ -1,5 +1,5 @@
|
|||
name: Unit Tests with docker compose and cargo
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
name: Build image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- build
|
||||
tags:
|
||||
- v*
|
||||
|
||||
|
@ -31,7 +28,7 @@ jobs:
|
|||
git.fai.st/fedi-image-bot/mastodon-image-uploader-bot
|
||||
# generate Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
|
||||
type=raw,value=latest
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{raw}}
|
||||
- name: Set up Docker Buildx
|
||||
|
|
Loading…
Reference in New Issue