mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-08-22 20:22:51 +02:00
fix: repo name
This commit is contained in:
parent
6cc8641909
commit
6de2bc5486
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -29,5 +29,5 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}:latest
|
ghcr.io/g-core/cert-manager-webhook-gcore:latest
|
||||||
ghcr.io/${{ github.repository }}:${{ github.ref }}
|
ghcr.io/g-core/cert-manager-webhook-gcore:${{ github.ref }}
|
Loading…
Reference in a new issue