mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
Adding token to enable pushing to container registry.
This commit is contained in:
parent
37fef42016
commit
94c684d9ff
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
|
@ -33,4 +33,5 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/jahanson/cert-manager-webhook-dnsimple:latest
|
ghcr.io/jahanson/cert-manager-webhook-dnsimple:latest
|
||||||
ghcr.io/jahanson/cert-manager-webhook-dnsimple:0.0.1
|
secrets: |
|
||||||
|
GIT_AUTH_TOKEN=${{ secrets.MYTOKEN }}
|
Loading…
Reference in a new issue