Skip to content

Commit

Permalink
Add label description
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Drage <[email protected]>
  • Loading branch information
cdrage committed Nov 15, 2024
1 parent e246437 commit 481706c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
cd $dir
docker build --platform linux/amd64 \
-t ghcr.io/${{ secrets.REGISTRY_USERNAME }}/${repo_name} \
--label "org.opencontainers.image.source=https://github.com/cdrage/containerfiles" \
-f Containerfile .
docker push ghcr.io/${{ secrets.REGISTRY_USERNAME }}/${repo_name}
cd ..
Expand Down

0 comments on commit 481706c

Please sign in to comment.