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 65f3d61 commit 0496b6cCopy full SHA for 0496b6c
.github/workflows/release.yml
@@ -80,12 +80,12 @@ jobs:
80
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 # needed for self-hosted builds
81
82
- name: Login to Docker Hub
83
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2
+ uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2
84
with:
85
username: ${{ secrets.DOCKERHUB_USERNAME }}
86
password: ${{ secrets.DOCKERHUB_PASSWORD }}
87
- name: Login to GitHub Container Registry
88
89
90
registry: ghcr.io
91
username: ${{ github.actor }}
0 commit comments