Skip to content

Commit

Permalink
🔧 Added annotations to github build action
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterdebruijn committed Jan 10, 2025
1 parent 2eac274 commit 3d80eb4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ jobs:
tags: |
ghcr.io/retigra/zabbixci:${{ github.ref_name }}
ghcr.io/retigra/zabbixci:latest
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
annotations: |
org.opencontainers.image.source=https://github.com/retigra/ZabbixCI
org.opencontainers.image.title="ZabbixCI"
org.opencontainers.image.description="Source control for Zabbix templates in Git"
org.opencontainers.image.documentation=https://github.com/retigra/ZabbixCI/tree/main/docs
org.opencontainers.image.licenses=AGPL
org.opencontainers.image.vendor="Retigra"
org.opencontainers.image.authors="info@retigra.nl"

0 comments on commit 3d80eb4

Please sign in to comment.