Skip to content

Commit

Permalink
fix: update labels (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 29, 2022
1 parent b03a973 commit 55bf55b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,19 @@ jobs:
labels: |
name="ubi8-minimal"
version=${{ steps.meta.outputs.version }}
com.redhat.component="rabe-ubi8-minimal-container"
url=${{ github.event.repository.html_url }}
vcs-ref=${{ github.sha }}
revision=${{ github.sha }}
build-date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
io.k8s.display-name="RaBe Universal Base Image 8 Minimal"
io.k8s.description=${{ github.event.repository.description }}
io.openshift.expose-services=""
io.openshift.tags="minimal rhel8 rabe"
org.opencontainers.image.title=${{ github.event.repository.name }}
org.opencontainers.image.description=${{ github.event.repository.description }}
org.opencontainers.image.url=${{ github.event.repository.html_url }}
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.version=${{ steps.meta.outputs.version }}
org.opencontainers.image.created=${{ steps.meta.outputs.created }}
org.opencontainers.image.created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}

0 comments on commit 55bf55b

Please sign in to comment.