File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
- run : git checkout HEAD^
15
15
- uses : whoan/docker-build-with-cache-action@v5
16
16
with :
17
- image_name : joshuasbrown/cpp-py-formatter
17
+ registry : ghcr.io
18
+ image_name : cpp-py-formatter
18
19
image_tag : latest
19
- username : ${{ secrets.DOCKER_USER }}
20
- password : ${{ secrets.DOCKER_TOKEN }}
20
+ username : pgrete
21
+ password : ${{ secrets.GHCR_TOKEN }}
21
22
push_git_tag : true
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ inputs:
34
34
default : ' ""'
35
35
runs :
36
36
using : ' docker'
37
- image : docker ://joshuasbrown /cpp-py-formatter:latest
37
+ image : https ://ghcr.io/pgrete /cpp-py-formatter:latest
38
38
args :
39
39
- --github-token
40
40
- ${{ inputs.token }}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ inputs:
40
40
default : ' cpp-py-formatter'
41
41
runs :
42
42
using : ' docker'
43
- image : docker ://joshuasbrown /cpp-py-formatter:latest
43
+ image : https ://ghcr.io/pgrete /cpp-py-formatter:latest
44
44
args :
45
45
- --github-token
46
46
- ${{ inputs.token }}
You can’t perform that action at this time.
0 commit comments