We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6305e89 + c9d2c79 commit 0a2d82fCopy full SHA for 0a2d82f
.github/workflows/release.yml
@@ -96,13 +96,13 @@ jobs:
96
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
97
98
- name: Log in to Docker Hub
99
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
100
with:
101
username: ${{ vars.DOCKER_HUB_USERNAME }}
102
password: ${{ secrets.DOCKER_HUB_TOKEN }}
103
104
- name: Log in to GitHub Container Registry
105
106
107
registry: ghcr.io
108
username: ${{ github.actor }}
0 commit comments