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 @@ -97,13 +97,13 @@ jobs:
9797 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9898 - name : Log into Docker Hub
9999 if : ${{ inputs.docker-hub-username != '' }}
100- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
100+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
101101 with :
102102 username : ${{ inputs.docker-hub-username }}
103103 password : ${{ secrets.DOCKERHUB_TOKEN }}
104104
105105 - name : Log into ghcr registry
106- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
106+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
107107 with :
108108 registry : ghcr.io
109109 username : ${{ github.actor }} # user that kicked off the action
You can’t perform that action at this time.
0 commit comments