There was an error while loading. Please reload this page.
1 parent 626ee80 commit 22e17edCopy full SHA for 22e17ed
1 file changed
.github/workflows/docker.yml
@@ -92,14 +92,14 @@ jobs:
92
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
93
94
- name: Login to GitHub Container Registry
95
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
+ uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
96
with:
97
registry: ghcr.io
98
username: ${{ github.actor }}
99
password: ${{ secrets.GITHUB_TOKEN }}
100
101
- name: Login to DockerHub
102
103
104
username: ${{ secrets.DOCKERHUB_USERNAME }}
105
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments