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 00e13dd + 5d68128 commit f5e640bCopy full SHA for f5e640b
.github/workflows/ci.yml
@@ -19,14 +19,14 @@ jobs:
19
uses: actions/checkout@v5
20
21
- name: Log in to the Container registry
22
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
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