0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

fix deploys

This commit is contained in:
SorsOps 2024-06-04 11:06:00 +02:00
parent e02777b855
commit 3b3fbc2ccd
No known key found for this signature in database
GPG key ID: E9EC78C740654016
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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

View file

@ -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