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 f96d91e commit 2502833Copy full SHA for 2502833
.github/workflows/publish-docker.yml
@@ -50,13 +50,13 @@ jobs:
50
buildkitd-config: .github/buildkit.toml
51
52
- name: Login to DockerHub
53
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
54
with:
55
username: ${{ secrets.DOCKER_USERNAME }}
56
password: ${{ secrets.DOCKER_PASSWORD }}
57
58
- name: Login to GitHub Container Registry
59
60
61
registry: ghcr.io
62
username: ${{ github.repository_owner }}
0 commit comments