mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Change to use branch names instead of shas
This commit is contained in:
parent
0fd4f814d8
commit
349bdbb776
2 changed files with 5 additions and 5 deletions
|
@ -48,9 +48,9 @@ values:
|
|||
passwordKey: password
|
||||
backend:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
pullPolicy: Always
|
||||
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
|
||||
tag: 'backend-pr-{{ .SHA }}'
|
||||
tag: 'backend-pr-{{ .BRANCH }}'
|
||||
exporter:
|
||||
# Unlikely to be used
|
||||
enabled: false
|
||||
|
@ -58,9 +58,9 @@ values:
|
|||
labels:
|
||||
portService: tokens-studio-for-penpot
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
pullPolicy: Always
|
||||
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
|
||||
tag: 'frontend-pr-{{ .SHA }}'
|
||||
tag: 'frontend-pr-{{ .BRANCH }}'
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
|
|
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
tags: |
|
||||
type=sha,format=long,prefix=${{matrix.type}}-
|
||||
type=ref,enable=true,priority=600,prefix=${{matrix.type}}-,suffix=,event=branch
|
||||
images: |
|
||||
ghcr.io/tokens-studio/tokens-studio-for-penpot
|
||||
- name: prebuild
|
||||
|
|
Loading…
Add table
Reference in a new issue