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.
2 parents 20e299b + feaf4be commit d16ffdcCopy full SHA for d16ffdc
.github/workflows/docker.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "version=$VERSION" >> $GITHUB_OUTPUT
34
35
- name: Log in to Docker Hub
36
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
37
with:
38
username: ${{ secrets.DOCKER_USERNAME }}
39
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments