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 aba714d commit f44071bCopy full SHA for f44071b
.github/workflows/devcontainer-docker-image.yml
@@ -38,7 +38,7 @@ jobs:
38
type=raw,value=latest
39
40
- name: Log into registry ${{ env.REGISTRY }}
41
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
+ uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
42
with:
43
registry: ${{ env.REGISTRY }}
44
username: ${{ github.actor }}
.github/workflows/docker-image.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
17
18
- name: Login to Docker Hub
19
20
21
username: ${{ secrets.DOCKERHUB_USERNAME }}
22
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments