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 7089566 commit 920f043Copy full SHA for 920f043
.github/workflows/devcontainer-docker-image.yml
@@ -40,7 +40,7 @@ jobs:
40
type=raw,value=latest
41
42
- name: Log into registry ${{ env.REGISTRY }}
43
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
44
with:
45
registry: ${{ env.REGISTRY }}
46
username: ${{ github.actor }}
.github/workflows/docker-image.yml
@@ -18,7 +18,7 @@ jobs:
18
persist-credentials: false
19
20
- name: Login to Docker Hub
21
22
23
username: ${{ secrets.DOCKERHUB_USERNAME }}
24
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments