We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97ce596 + 5c48fbc commit 7c877d5Copy full SHA for 7c877d5
.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@5e57cd118135c172c3672efd75eb46360885c0ef
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
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