add git tag support to build
Build image / build (push) Successful in 1m49s Details
Unit Tests with docker compose / unit-test (push) Successful in 35s Details

This commit is contained in:
Alie 2024-01-14 19:33:44 +01:00
parent a226155e9a
commit 772bd4a7f6
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
tags: |
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