File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 echo "SYNAPSE_VERSION=$(grep "^version" pyproject.toml | sed -E 's/version\s*=\s*["]([^"]*)["]/\1/')" >> $GITHUB_ENV
4242
4343 - name : Log in to DockerHub
44- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
44+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
4545 with :
4646 username : ${{ secrets.DOCKERHUB_USERNAME }}
4747 password : ${{ secrets.DOCKERHUB_TOKEN }}
4848
4949 - name : Log in to GHCR
50- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
50+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
5151 with :
5252 registry : ghcr.io
5353 username : ${{ github.repository_owner }}
@@ -102,14 +102,14 @@ jobs:
102102 merge-multiple : true
103103
104104 - name : Log in to DockerHub
105- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
105+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
106106 if : ${{ startsWith(matrix.repository, 'docker.io') }}
107107 with :
108108 username : ${{ secrets.DOCKERHUB_USERNAME }}
109109 password : ${{ secrets.DOCKERHUB_TOKEN }}
110110
111111 - name : Log in to GHCR
112- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
112+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
113113 if : ${{ startsWith(matrix.repository, 'ghcr.io') }}
114114 with :
115115 registry : ghcr.io
Original file line number Diff line number Diff line change 4848 with :
4949 ref : master
5050 - name : Login to registry
51- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
51+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
5252 with :
5353 registry : ghcr.io
5454 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments