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 6db990b + c51cd3b commit 3b819beCopy full SHA for 3b819be
.github/workflows/docker-nightly.yml
@@ -29,14 +29,14 @@ jobs:
29
platforms: linux/arm/v7,linux/arm64,linux/amd64
30
31
- name: Log into registry ghcr.io
32
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
33
with:
34
registry: ghcr.io
35
username: ${{ github.actor }}
36
password: ${{ secrets.GITHUB_TOKEN }}
37
38
- name: Log into Docker Hub
39
40
41
registry: docker.io
42
username: ${{ secrets.DOCKER_HUB_USER }}
0 commit comments