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 0b4215d commit e25a042Copy full SHA for e25a042
.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@0d4c9c5ea7693da7b068278f7b52bda2a190a446
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
42
with:
43
registry: ${{ env.REGISTRY }}
44
username: ${{ github.actor }}
.github/workflows/docker-image.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
17
18
- name: Login to Docker Hub
19
20
21
username: ${{ secrets.DOCKERHUB_USERNAME }}
22
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments