Merge branch 'main' into renovate/reqwest-0.x
Unit Tests with docker compose and cargo / unit-test (push) Failing after 1m46s Details

This commit is contained in:
bizcochito 2024-11-29 18:09:03 +00:00
commit f07349293d
2 changed files with 6 additions and 9 deletions

View File

@ -1,5 +1,5 @@
name: Unit Tests with docker compose and cargo
on: [push, pull_request]
on: [push]
jobs:
unit-test:

View File

@ -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