File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 5
5
branches : ['master']
6
6
workflow_dispatch :
7
7
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress : true
11
+
8
12
env :
9
13
REGISTRY : ghcr.io
10
14
IMAGE_NAME : ${{ github.repository }}
14
18
KUBE_CONFIG_DATA : ${{ secrets.KUBE_CONFIG_DATA }}
15
19
16
20
jobs :
17
- wait-previous-run :
18
- runs-on : ubuntu-latest
19
- steps :
20
- - uses : mktcode/consecutive-workflow-action@v1 # please read security note
21
- with :
22
- token : ${{ secrets.GITHUB_TOKEN }}
23
21
24
22
build-frontend-image :
25
23
runs-on : ubuntu-latest
26
- needs : [wait-previous-run]
27
24
permissions :
28
25
contents : read
29
26
packages : write
47
44
tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
48
45
49
46
deploy-k8s :
50
- needs : [ build-frontend-image, wait-previous-run ]
47
+ needs : [ build-frontend-image]
51
48
runs-on : ubuntu-latest
52
49
53
50
steps :
You can’t perform that action at this time.
0 commit comments