Skip to content

Commit

Permalink
ci: add Docker metadata annotations tags to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1026 committed Nov 28, 2024
1 parent bf555a4 commit 00808c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
id: meta
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,manifest-descriptor,index,index-descriptor

Expand Down

0 comments on commit 00808c4

Please sign in to comment.