123
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 10:03:20 +08:00
parent 8dddaafee3
commit e090cfad10

View File

@ -41,6 +41,9 @@ jobs:
# echo REPO_VERSION=$(echo ${{ github.ref }} | awk -F"/" '{print $3}' | awk -F"v" '{print $2}') >> $GITHUB_OUTPUT # echo REPO_VERSION=$(echo ${{ github.ref }} | awk -F"/" '{print $3}' | awk -F"v" '{print $2}') >> $GITHUB_OUTPUT
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
github-server-url: http://git.des8.com
repository: ${{ secrets.HUB_USERNAME }}/webman-docker
- name: Build and push - name: Build and push
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
uses: build-push-action@v4 uses: build-push-action@v4