We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8127392 + 2c172db commit d6eb19eCopy full SHA for d6eb19e
1 file changed
.github/workflows/test-and-deploy.yml
@@ -43,13 +43,13 @@ jobs:
43
uses: depot/setup-action@v1
44
45
- name: Login to DockerHub
46
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
47
with:
48
username: ${{ secrets.DOCKERHUB_USERNAME }}
49
password: ${{ secrets.DOCKERHUB_TOKEN }}
50
51
- name: Login to GitHub Container Registry
52
53
54
registry: ghcr.io
55
username: ${{ github.repository_owner }}
0 commit comments