We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201a5b2 commit cb51389Copy full SHA for cb51389
.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@343f7c4344506bcbf9b4de18042ae17996df046d
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
42
with:
43
registry: ${{ env.REGISTRY }}
44
username: ${{ github.actor }}
.github/workflows/docker-image.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
17
18
- name: Login to Docker Hub
19
20
21
username: ${{ secrets.DOCKERHUB_USERNAME }}
22
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments