File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ jobs:
123123 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
124124
125125 - name : Log in to Docker Hub
126- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
126+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
127127 with :
128128 username : ${{ vars.DOCKER_HUB_USERNAME }}
129129 password : ${{ secrets.DOCKER_HUB_TOKEN }}
130130
131131 - name : Log in to GitHub Container Registry
132- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
132+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
133133 with :
134134 registry : ghcr.io
135135 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments