Skip to content

Commit 0ba7ee1

Browse files
domenicsideshowbarker
authored andcommitted
Update Docker login action
1 parent 25cf5be commit 0ba7ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
bash ci-build/docker-run.sh "$GITHUB_WORKSPACE/html" output
3636
- name: Docker login
3737
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
38-
uses: docker/login-action@v1
38+
uses: docker/login-action@v2
3939
with:
4040
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4141
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)