mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
fix deploys
This commit is contained in:
parent
e02777b855
commit
3b3fbc2ccd
3 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,6 @@ manifests: |
|
|||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
networking.gke.io/v1beta1.FrontendConfig: default-frontend-config
|
||||
hosts:
|
||||
- host: penpot.tokens.studio
|
||||
tls:
|
||||
|
|
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.PAT_TOKEN }}
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
|
|
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -31,7 +31,8 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.PAT_TOKEN }}
|
||||
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
|
|
Loading…
Add table
Reference in a new issue