From 1c603b165538452ddefb4c213c996e2849835f6a Mon Sep 17 00:00:00 2001 From: meng Date: Thu, 14 Mar 2024 15:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b09b269..c4778b5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -20,10 +20,12 @@ jobs: php-version: ['8.0'] max-parallel: 8 steps: - - name: Login to Git Hub + - name: Login to Git Docker Hub # https://github.com/docker/login-action#docker-hub uses: docker/login-action@v3 + uses: actions/setup-node@v4 with: + node-version: 20 registry: git.des8.com username: ${{ secrets.HUB_USERNAME }} password: ${{ secrets.HUB_PASSWORD }}