There was an error while loading. Please reload this page.
1 parent 626ee80 commit dfcec70Copy full SHA for dfcec70
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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
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