fix deploys

This commit is contained in:
SorsOps
2024-06-04 11:06:00 +02:00
parent e02777b855
commit 3b3fbc2ccd
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