添加node
This commit is contained in:
parent
534a4dcfcf
commit
1c603b1655
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user