node
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 30s
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:
parent
1c603b1655
commit
bb64a8f4c6
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user