We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2587589 + 699dacc commit 26ab0bdCopy full SHA for 26ab0bd
1 file changed
.github/workflows/release-server.yml
@@ -111,13 +111,13 @@ jobs:
111
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v3.7.1
112
113
- name: Login to DockerHub
114
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
115
with:
116
username: ${{ secrets.DOCKER_HUB_USERNAME }}
117
password: ${{ secrets.DOCKER_HUB_TOKEN }}
118
119
- name: Login to GitHub Container Registry
120
121
122
registry: ghcr.io
123
username: ${{ github.repository_owner }}
0 commit comments