node
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 30s

This commit is contained in:
meng 2024-03-14 15:26:10 +08:00
parent 1c603b1655
commit bb64a8f4c6

View File

@ -20,12 +20,14 @@ jobs:
php-version: ['8.0'] php-version: ['8.0']
max-parallel: 8 max-parallel: 8
steps: steps:
- name: Login to Git Docker Hub - name: Setup node
# https://github.com/docker/login-action#docker-hub
uses: docker/login-action@v3
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
- name: Login to Git Docker Hub
# https://github.com/docker/login-action#docker-hub
uses: docker/login-action@v3
with:
registry: git.des8.com registry: git.des8.com
username: ${{ secrets.HUB_USERNAME }} username: ${{ secrets.HUB_USERNAME }}
password: ${{ secrets.HUB_PASSWORD }} password: ${{ secrets.HUB_PASSWORD }}