This commit is contained in:
parent
5e18c2cc36
commit
16ec313e6e
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Checkout
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}
|
||||
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}:${{ github.ref }}
|
||||
run: |
|
||||
printenv
|
||||
mkdir -p ${{ github.workspace }}
|
||||
|
|
|
@ -7,7 +7,7 @@ gitea_urls:
|
|||
download: https://git.hsn.dev
|
||||
skip_tls_verify: false
|
||||
kos:
|
||||
- id: cert-manager-webhook-dnsimple
|
||||
- id: webhook
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
|
|
Loading…
Reference in a new issue