File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555
5656 - name : Log in to GitHub Container Registry
57- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
57+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
5858 with :
5959 registry : ghcr.io
6060 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 5959 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6060
6161 - name : Log in to GitHub Container Registry
62- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
62+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
6363 with :
6464 registry : ghcr.io
6565 username : ${{ github.actor }}
@@ -121,13 +121,13 @@ jobs:
121121 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122122
123123 - name : Log in to Docker Hub
124- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
124+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
125125 with :
126126 username : ${{ secrets.DOCKER_USERNAME }}
127127 password : ${{ secrets.DOCKER_PASSWORD }}
128128
129129 - name : Log in to GitHub Container Registry
130- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
130+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
131131 with :
132132 registry : ghcr.io
133133 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments