mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
fix CI
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
This commit is contained in:
parent
888b83b1f5
commit
a48b095fbc
1 changed files with 1 additions and 2 deletions
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
|
@ -6,9 +6,8 @@ on:
|
|||
- 'v*.*.*'
|
||||
jobs:
|
||||
publish:
|
||||
name: Build and push Console container
|
||||
name: Build and push cert-manager-webhook container
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/master'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
id-token: 'write'
|
||||
|
|
Loading…
Reference in a new issue