add build action to tags
Unit Tests with docker compose / unit-test (push) Successful in 39s Details
Build image / build (push) Successful in 2m2s Details
Unit Tests with docker compose / unit-test (pull_request) Successful in 39s Details

This commit is contained in:
Alie 2024-01-14 19:45:05 +01:00
parent 772bd4a7f6
commit eff25cc90c
1 changed files with 3 additions and 1 deletions

View File

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