Added label support to builds #27

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

View File

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