测试
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 1m18s

This commit is contained in:
meng 2024-03-14 17:10:17 +08:00
parent 7fa62852c4
commit c20d67b6a8

View File

@ -28,6 +28,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
token: ${{ secrets.HUB_PASSWORD }}
- name: Login to Git Docker Hub - name: Login to Git Docker Hub
# https://github.com/docker/login-action#docker-hub # https://github.com/docker/login-action#docker-hub
uses: docker/login-action@v3 uses: docker/login-action@v3