File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7979
8080 - name : Log in to GitHub Container Registry
81- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
81+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
8282 with :
8383 registry : ghcr.io
8484 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
3838 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
4040 - name : Log in to Docker Hub
41- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
41+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
4242 with :
4343 username : ${{ secrets.DOCKER_USERNAME }}
4444 password : ${{ secrets.DOCKER_PASSWORD }}
4545
4646 - name : Log in to GitHub Container Registry
47- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
47+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
4848 with :
4949 registry : ghcr.io
5050 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments