mirror of
https://github.com/miaowware/qrm2.git
synced 2024-12-22 01:10:59 -05:00
.github/workflows/docker.yml: fix labels, again
This commit is contained in:
parent
cf378a2ef4
commit
4b55ab49b7
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
tags: |
|
||||
type=sha,prefix=
|
||||
type=raw,value=dev,enable={{is_default_branch}}
|
||||
type=ref,event=tag,prefix=,enable={{is_default_branch}}
|
||||
type=match,pattern=v(.*),group=1
|
||||
labels: |
|
||||
org.opencontainers.image.authors=classabbyamp and 0x5c
|
||||
org.opencontainers.image.url=https://github.com/miaowware/qrm2
|
||||
@ -50,6 +50,7 @@ jobs:
|
||||
org.opencontainers.image.vendor=miaowware
|
||||
org.opencontainers.image.title=qrm2
|
||||
org.opencontainers.image.description=Discord bot with ham radio functions
|
||||
org.opencontainers.image.licenses=LiLiQ-Rplus-1.1
|
||||
|
||||
- name: Login to Github Container Registry
|
||||
uses: docker/login-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user