File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
kustomize/overlays/modelbricks Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 build :
1212 runs-on : ubuntu-latest
13+ permissions :
14+ contents : read
15+ packages : write
1316
1417 steps :
1518 - name : Checkout code
2225 uses : docker/login-action@v3
2326 with :
2427 registry : ghcr.io
25- username : ${{ secrets.ACTION_USER }}
26- password : ${{ secrets.ACTION_TOKEN }}
28+ username : ${{ github.actor }}
29+ password : ${{ secrets.GITHUB_TOKEN }}
2730
2831 - name : Shorten SHA
2932 id : shorten_sha
3437 with :
3538 context : .
3639 push : true
37- tags : ghcr.io/virtualcell/modelbricks:${{ env.SHORT_SHA }}
40+ tags : ghcr.io/virtualcell/modelbricks:${{ env.SHORT_SHA }}
41+
42+ - name : Setup tmate session 3
43+ uses : mxschmitt/action-tmate@v3
44+ if : ${{ failure() }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace: modelbricks
55
66images :
77- name : ghcr.io/virtualcell/modelbricks
8- newTag : 0ef13e0
8+ newTag : fcf5cca
99
1010replicas :
1111- count : 1
You can’t perform that action at this time.
0 commit comments