change actions
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m41s Details

This commit is contained in:
Alie 2024-11-29 19:07:16 +01:00
parent 7fb94e17db
commit 69199c79a6
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