We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477c0b1 commit 2243efbCopy full SHA for 2243efb
1 file changed
.github/workflows/publish.yaml
@@ -112,11 +112,11 @@ jobs:
112
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
113
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
114
115
- - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
+ - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
116
with:
117
username: ${{ secrets.DOCKER_USERNAME }}
118
password: ${{ secrets.DOCKER_PASSWORD }}
119
120
121
registry: ghcr.io
122
username: ${{ github.actor }}
0 commit comments