.github/workflows/docker.yml: fix labels, again
Docker Build and Deploy / Build and push docker images (push) Has been cancelled Details
Linting / flake8 (push) Has been cancelled Details

This commit is contained in:
classabbyamp 2023-12-15 14:42:39 -05:00 committed by classabbyamp
parent cf378a2ef4
commit 4b55ab49b7
1 changed files with 2 additions and 1 deletions

View File

@ -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