mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:48:07 +00:00
ref-tag
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -9,6 +9,10 @@ on:
|
|||||||
description: 'Whether to ignore the run caches'
|
description: 'Whether to ignore the run caches'
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: true
|
||||||
|
ref-tag:
|
||||||
|
description: 'overwrite the DOCKER_METADATA_OUTPUT_VERSION environment variable used by the make file'
|
||||||
|
required: false
|
||||||
|
default: ''
|
||||||
jobs:
|
jobs:
|
||||||
quality:
|
quality:
|
||||||
name: Ensure Quality
|
name: Ensure Quality
|
||||||
@@ -54,6 +58,7 @@ jobs:
|
|||||||
- run: make login-quality
|
- run: make login-quality
|
||||||
env:
|
env:
|
||||||
FORCE: ${{ github.event.inputs.force == 'true' }}
|
FORCE: ${{ github.event.inputs.force == 'true' }}
|
||||||
|
DOCKER_METADATA_OUTPUT_VERSION: ${{ github.event.inputs.ref-tag || env.DOCKER_METADATA_OUTPUT_VERSION || steps.meta.outputs.version }}
|
||||||
- name: Save Run Caches
|
- name: Save Run Caches
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user