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 5acaa75Copy full SHA for 5acaa75
.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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.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