File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ jobs:
69
69
- uses : actions/checkout@v4
70
70
- uses : docker/setup-qemu-action@v3
71
71
- uses : docker/setup-buildx-action@v3
72
- - uses : docker/login-action@v3
73
- if : github.event_name != 'pull_request'
74
- with :
75
- registry : ghcr.io
76
- username : ${{ github.actor }}
77
- password : ${{ secrets.GITHUB_TOKEN }}
72
+ # - uses: docker/login-action@v3
73
+ # if: github.event_name != 'pull_request'
74
+ # with:
75
+ # registry: ghcr.io
76
+ # username: ${{ github.actor }}
77
+ # password: ${{ secrets.GITHUB_TOKEN }}
78
78
79
79
- uses : docker/login-action@v3
80
80
if : github.event_name != 'pull_request'
87
87
with :
88
88
images : |
89
89
rustlang/rust
90
- ghcr.io/rust-lang/rust
90
+ # ghcr.io/rust-lang/rust
91
91
tags : ${{ matrix.tags }}
92
92
93
93
- uses : docker/build-push-action@v5
You can’t perform that action at this time.
0 commit comments