Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use description only
Browse files Browse the repository at this point in the history
ainglessi committed Jul 16, 2024
1 parent 5bfdf1d commit c1d373d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -82,11 +82,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: |
type=image,name=target,
annotation-index.org.opencontainers.image.description=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.description'] }},
annotation-index.org.opencontainers.image.source=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.source'] }},
annotation-index.org.opencontainers.image.licenses=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.licenses'] }}
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=OPC UA exporter for Prometheus

# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker

0 comments on commit c1d373d

Please sign in to comment.