mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -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
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
networking.gke.io/v1beta1.FrontendConfig: default-frontend-config
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: penpot.tokens.studio
|
- host: penpot.tokens.studio
|
||||||
tls:
|
tls:
|
||||||
|
|
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.PAT_TOKEN }}
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -31,7 +31,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.PAT_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|
Loading…
Add table
Reference in a new issue