Skip to content

Commit

Permalink
.github/workflows/docker.yml: fix labels, again
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Dec 15, 2023
1 parent cf378a2 commit 4b55ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ 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
org.opencontainers.image.source=https://github.com/${{ github.repository }}
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
Expand Down

0 comments on commit 4b55ab4

Please sign in to comment.