There was an error while loading. Please reload this page.
1 parent 125825f commit c00b57fCopy full SHA for c00b57f
2 files changed
.github/workflows/backend-docker.yml
@@ -21,7 +21,7 @@ jobs:
21
persist-credentials: false
22
23
- name: Login to DockerHub
24
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
25
with:
26
username: ${{ secrets.DOCKERHUB_USERNAME }}
27
password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/frontend-docker.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
19
20
- name: DockerHub login
0 commit comments