Added label support to builds #27

Closed
bizcochito wants to merge 18 commits from build into develop
1 changed files with 3 additions and 1 deletions
Showing only changes of commit eff25cc90c - Show all commits

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