There was an error while loading. Please reload this page.
1 parent 9a90513 commit e7b5539Copy full SHA for e7b5539
1 file changed
.github/workflows/build.yml
@@ -130,15 +130,15 @@ jobs:
130
131
- name: Login to docker.io
132
if: ${{ env.DOCKER_PUSH }}
133
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
134
with:
135
username: ${{ secrets.DOCKER_HUB_USERNAME }}
136
password: ${{ secrets.DOCKER_HUB_TOKEN }}
137
138
139
- name: Login to ghcr.io
140
if: ${{ env.DOCKER_PUSH_GHCR }}
141
142
143
registry: ghcr.io
144
username: ${{ github.actor }}
0 commit comments