Skip to content

Commit b5c3517

Browse files
committed
Fix image labels not appearing in multi-arch images from GitHub action builds
1 parent 698d5e1 commit b5c3517

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/images-publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
type=schedule,pattern=nightly
4040
type=semver,pattern={{version}}
4141
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
4246
4347
- name: Login to GitHub Packages
4448
uses: docker/login-action@v3

0 commit comments

Comments
 (0)