File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
uses : docker/login-action@v1
23
23
with :
24
24
registry : ghcr.io
25
- username : Jannis
26
- password : ${{ secrets.GH_ACCESS_TOKEN_JANNIS }}
25
+ username : nenadjaja
26
+ password : ${{ secrets.GH_ACCESS_TOKEN }}
27
27
28
28
- name : Build and push Docker image
29
29
uses : docker/build-push-action@v2
Original file line number Diff line number Diff line change 19
19
uses : docker/login-action@v1
20
20
with :
21
21
registry : ghcr.io
22
- username : Jannis
23
- password : ${{ secrets.GH_ACCESS_TOKEN_JANNIS }}
22
+ username : nenadjaja
23
+ password : ${{ secrets.GH_ACCESS_TOKEN }}
24
24
25
25
- name : Build and push Docker image
26
26
uses : docker/build-push-action@v2
Original file line number Diff line number Diff line change 22
22
uses : docker/login-action@v1
23
23
with :
24
24
registry : ghcr.io
25
- username : Jannis
26
- password : ${{ secrets.GH_ACCESS_TOKEN_JANNIS }}
25
+ username : nenadjaja
26
+ password : ${{ secrets.GH_ACCESS_TOKEN }}
27
27
28
28
- name : Build and push Docker image
29
29
uses : docker/build-push-action@v2
You can’t perform that action at this time.
0 commit comments