File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 66 - master
77 - develop
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.ref }}
11+ cancel-in-progress : true
12+
913env :
1014 DOCKER_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
1115 DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
6367 uses :
devcontainers/[email protected] 6468 with :
6569 subFolder : ./templates/${{ matrix.dir }}
66- imageName : npv2k1/codespace/${{ matrix.dir }}
67- cacheFrom : npv2k1/codespace/ ${{ matrix.dir }}: latest
68- imageTag : ${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }}
70+ imageName : npv2k1/codespace
71+ cacheFrom : npv2k1/codespace: ${{ matrix.dir }}-${{ github.ref == 'refs/heads/master' && ' latest' || github.ref_name }}
72+ imageTag : ${{ matrix.dir }}-${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }}
6973 platform : linux/amd64,linux/arm64
7074 push : always
7175
You can’t perform that action at this time.
0 commit comments