mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Tag each docker image build with its latest branch name.
This commit is contained in:
parent
49b0ef02d4
commit
8f2b145b21
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docker_build.yml
vendored
3
.github/workflows/docker_build.yml
vendored
|
@ -30,6 +30,9 @@ jobs:
|
|||
# Mark the image build from master as latest (as we dont have really releases yet)
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=ref,event=branch,
|
||||
type=ref,event=tag,
|
||||
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue