测试
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 56s
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 56s
This commit is contained in:
parent
c20d67b6a8
commit
b4b4274811
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@ -27,12 +27,12 @@ jobs:
|
||||
max-parallel: 8
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: http://git.des8.com/actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.HUB_PASSWORD }}
|
||||
- name: Login to Git Docker Hub
|
||||
# https://github.com/docker/login-action#docker-hub
|
||||
uses: docker/login-action@v3
|
||||
uses: http://git.des8.com/docker/login-action@v3
|
||||
with:
|
||||
registry: git.des8.com
|
||||
username: ${{ secrets.HUB_USERNAME }}
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
|
||||
- name: Build and push
|
||||
# https://github.com/docker/build-push-action
|
||||
uses: docker/build-push-action@v4
|
||||
uses: http://git.des8.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user