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.
1 parent 56a7bdc commit 35b7ec1Copy full SHA for 35b7ec1
.github/workflows/docker.yml
@@ -14,14 +14,14 @@ jobs:
14
uses: docker/setup-buildx-action@v3
15
16
- name: Login to GitHub Container Registry
17
- uses: docker/login-action@v3
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
18
with:
19
registry: ghcr.io
20
username: ${{ github.actor }}
21
password: ${{ secrets.GITHUB_TOKEN }}
22
23
- name: Login to DockerHub
24
25
26
username: ${{ secrets.DOCKERHUB_USERNAME }}
27
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments