Skip to content

Commit

Permalink
update owner
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Nov 21, 2024
1 parent 212cb4e commit 719ddb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
labels: |
org.opencontainers.image.title=kubectl-distroless
org.opencontainers.image.description=kubectl-distroless
org.opencontainers.image.url=https://github.com/gi8lino/kubectl-distroless
org.opencontainers.image.source=https://github.com/gi8lino/kubectl-distroless
org.opencontainers.image.url=https://github.com/containeroo/kubectl-distroless
org.opencontainers.image.source=https://github.com/containeroo/kubectl-distroless
org.opencontainers.image.version=${{ steps.tag.outputs.version }}
tags: |
ghcr.io/gi8lino/kubectl-distroless:latest
ghcr.io/gi8lino/kubectl-distroless:${{ steps.tag.outputs.version }}
ghcr.io/containeroo/kubectl-distroless:latest
ghcr.io/containeroo/kubectl-distroless:${{ steps.tag.outputs.version }}

0 comments on commit 719ddb2

Please sign in to comment.