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 e8fd48cCopy full SHA for e8fd48c
.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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.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