0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 10:09:03 -05:00

Be explicit in tagging for prs

This commit is contained in:
SorsOps 2024-05-28 10:23:20 +02:00
parent eeb87e49a2
commit e02777b855
No known key found for this signature in database
GPG key ID: E9EC78C740654016
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ values:
image:
pullPolicy: IfNotPresent
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
tag: 'frontend-{{ .SHA }}'
tag: 'frontend-pr-{{ .SHA }}'
ingress:
hosts:
- host: "{{ .BRANCH | sanitizeDNSName }}.penpot.staging.tokens.studio"

View file

@ -12,7 +12,7 @@ jobs:
matrix:
include:
- dockerfile: Dockerfile.frontend
type: frontend
type: pr-frontend
permissions:
contents: read
packages: write