We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a5ce09 + 36a19bb commit f6d281cCopy full SHA for f6d281c
1 file changed
.github/workflows/ci.yml
@@ -19,14 +19,14 @@ jobs:
19
uses: actions/checkout@v6
20
21
- name: Log in to the Container registry
22
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
23
with:
24
registry: ghcr.io
25
username: ${{ github.actor }}
26
password: ${{ secrets.GITHUB_TOKEN }}
27
28
- name: Log in to Docker Hub
29
30
31
username: ${{ secrets.DOCKER_HUB_USERNAME }}
32
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
0 commit comments