We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698d5e1 commit 05bb4b6Copy full SHA for 05bb4b6
.github/workflows/images-publish.yaml
@@ -39,6 +39,10 @@ jobs:
39
type=schedule,pattern=nightly
40
type=semver,pattern={{version}}
41
type=semver,pattern={{major}}.{{minor}}
42
+ labels: |
43
+ org.opencontainers.image.source=https://github.com/codedmonkey/dirigent
44
+ org.opencontainers.image.description=Dirigent PHP Package Registry
45
+ org.opencontainers.image.licenses=FSL-1.1-MIT
46
47
- name: Login to GitHub Packages
48
uses: docker/login-action@v3
@@ -53,7 +57,7 @@ jobs:
53
57
with:
54
58
push: true
55
59
tags: ${{ steps.meta.outputs.tags }}
56
- labels: ${{ steps.meta.outputs.labels }}
60
+ annotations: ${{ steps.meta.outputs.annotations }}
61
platforms: linux/amd64,linux/arm64
62
63
- name: Generate artifact attestation
0 commit comments