We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9343192 commit 5345c14Copy full SHA for 5345c14
.github/workflows/publish-v1-dev.yml
@@ -6,7 +6,7 @@ jobs:
6
push_to_registry:
7
8
concurrency:
9
- group: ${{ github.ref }}
+ group: ${{ github.ref }}-dev
10
cancel-in-progress: true
11
12
name: Push development docker image
.github/workflows/publish-v1-prod-manual.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
+ group: ${{ github.ref }}-prod
13
14
15
steps:
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
+ group: ${{ github.ref }}-sandbox
56
57
58
0 commit comments