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

This commit is contained in:
meng 2024-03-15 09:29:24 +08:00
parent f287eeec5d
commit 5d444fc763

View File

@ -26,10 +26,6 @@ jobs:
php-version: ['8.0']
max-parallel: 8
steps:
- name: Checkout
uses: 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
@ -43,7 +39,10 @@ jobs:
# run: |
# echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT
# echo REPO_VERSION=$(echo ${{ github.ref }} | awk -F"/" '{print $3}' | awk -F"v" '{print $2}') >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.HUB_PASSWORD }}
- name: Build and push
# https://github.com/docker/build-push-action
uses: build-push-action@v4