Skip to content

Commit

Permalink
add multi-arch annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Dec 10, 2023
1 parent e71d823 commit 988d8db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/konductor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
annotations: '"annotations": { "org.opencontainers.image.description": "ContainerCraft Konductor DevOps Container" }'
tags: "ghcr.io/${{ steps.repository.outputs.lowercase }}:latest,ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }}"
-
if: ${{ github.event_name == 'push' }} && ${{ github.ref == 'refs/heads/main' }}
Expand All @@ -91,5 +92,6 @@ jobs:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
annotations: '"annotations": { "org.opencontainers.image.description": "ContainerCraft Konductor DevOps Container" }'
tags: "ghcr.io/${{ steps.repository.outputs.lowercase }}:latest,ghcr.io/${{ steps.repository.outputs.lowercase }}:${{ github.sha }}"

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ LABEL \
summary="CCIO Konductor DevOps Container" \
io.openshift.tags="containercraft,konductor" \
description="CCIO Konductor DevOps Container" \
io.k8s.description="CCIO Konductor DevOps Container"
io.k8s.description="ContainerCraft Konductor DevOps Container"
LABEL org.opencontainers.image.source="https://github.com/containercraft/konductor"
LABEL org.opencontainers.image.description="Konductor is as a DevOps Userspace Container.\
Included:\
Expand Down

0 comments on commit 988d8db

Please sign in to comment.