mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 19:19:09 -05:00
Be explicit in tagging for prs
This commit is contained in:
parent
eeb87e49a2
commit
e02777b855
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ values:
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
|
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
|
||||||
tag: 'frontend-{{ .SHA }}'
|
tag: 'frontend-pr-{{ .SHA }}'
|
||||||
ingress:
|
ingress:
|
||||||
hosts:
|
hosts:
|
||||||
- host: "{{ .BRANCH | sanitizeDNSName }}.penpot.staging.tokens.studio"
|
- host: "{{ .BRANCH | sanitizeDNSName }}.penpot.staging.tokens.studio"
|
||||||
|
|
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- dockerfile: Dockerfile.frontend
|
- dockerfile: Dockerfile.frontend
|
||||||
type: frontend
|
type: pr-frontend
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
Loading…
Add table
Reference in a new issue