Tag each docker image build with its latest branch name.

This commit is contained in:
Jan Böhmer 2022-07-21 01:32:43 +02:00
parent 49b0ef02d4
commit 8f2b145b21

View file

@ -30,6 +30,9 @@ jobs:
# Mark the image build from master as latest (as we dont have really releases yet) # Mark the image build from master as latest (as we dont have really releases yet)
tags: | tags: |
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch,
type=ref,event=tag,
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2