cleanup of build file, added latest tag for main
This commit is contained in:
parent
180acb95e6
commit
ae4a47f0d4
|
@ -29,14 +29,9 @@ jobs:
|
||||||
git.fai.st/fedi-image-bot/bot-api
|
git.fai.st/fedi-image-bot/bot-api
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
|
||||||
type=sha
|
type=sha
|
||||||
# - name: Set up QEMU
|
|
||||||
# Add support for more platforms with QEMU (optional)
|
|
||||||
# https://github.com/docker/setup-qemu-action
|
|
||||||
# uses: docker/setup-qemu-action@v2
|
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue