Skip to content

Commit aa293dd

Browse files
davdhacsclaude
andcommitted
test: add tag trigger to test promote-stable workflow
Temporary: adds push tag trigger and shell default for VERSION. Will revert after testing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ff6a9c7 commit aa293dd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/promote-stable.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Promote to stable
22

33
on:
4+
push:
5+
tags:
6+
- "test-stable"
47
workflow_dispatch:
58
inputs:
69
version:
@@ -22,6 +25,7 @@ jobs:
2225
- name: Retag all flavors as stable
2326
run: |
2427
VERSION="${{ inputs.version }}"
28+
VERSION="${VERSION:-latest}"
2529
for flavor in scanner-build scanner-test stackrox-build stackrox-test stackrox-ui-test jenkins-plugin; do
2630
SRC="quay.io/stackrox-io/apollo-ci:${flavor}-${VERSION}"
2731
DST="quay.io/stackrox-io/apollo-ci:${flavor}-stable"

0 commit comments

Comments
 (0)