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

This commit is contained in:
meng 2024-03-15 09:44:25 +08:00
parent 5d444fc763
commit 8dddaafee3

View File

@ -41,8 +41,6 @@ jobs:
# 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