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']
max-parallel: 8
steps:
- name: Login to Git Docker Hub
# https://github.com/docker/login-action#docker-hub
uses: docker/login-action@v3
- name: Setup node
uses: actions/setup-node@v4
with:
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
username: ${{ secrets.HUB_USERNAME }}
password: ${{ secrets.HUB_PASSWORD }}