mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
Add more tags to docker build for container registry (#1866)
This commit is contained in:
parent
764ec5d40b
commit
8ede6a8f47
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -53,6 +53,11 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository_owner }}/squeaknode
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern=v{{version}}
|
||||
type=semver,pattern=v{{major}}.{{minor}}
|
||||
type=semver,pattern=v{{major}}
|
||||
type=sha
|
||||
-
|
||||
name: Set up QEMU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue