Merge branch 'build'
Unit Tests with docker compose / unit-test (push) Successful in 39s Details
Unit Tests with docker compose / unit-test (pull_request) Successful in 33s Details

This commit is contained in:
Alie 2024-01-14 20:45:27 +01:00
parent a05c801236
commit 543081bf34
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ on:
branches:
- main
- build
tags:
- v*
jobs:
build:
container:
@ -30,7 +33,7 @@ jobs:
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=ref,event=branch
type=sha
type=semver,pattern={{raw}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to fai.st docker registry