feat: add tag "edge" for main when building the docker image

This commit is contained in:
Manuel Schmid 2024-05-28 00:32:31 +02:00
parent abfc42f2e0
commit 3113b9c17b
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=edge,branch=main
- name: Build and push Docker image
uses: docker/build-push-action@v5