There was an error while loading. Please reload this page.
2 parents 1496706 + a7f628a commit 1b594f7Copy full SHA for 1b594f7
1 file changed
.github/workflows/artifacts.yaml
@@ -109,15 +109,15 @@ jobs:
109
if_false: type=oci,dest=image.tar
110
111
- name: Login to GitHub Container Registry
112
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
113
with:
114
registry: ghcr.io
115
username: ${{ github.actor }}
116
password: ${{ github.token }}
117
if: inputs.publish
118
119
- name: Login to Docker Hub
120
121
122
username: ${{ secrets.DOCKER_USERNAME }}
123
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments