mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Change to use branch names instead of shas
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user