We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fb13b commit 951447bCopy full SHA for 951447b
.github/workflows/workflow.yml
@@ -48,7 +48,6 @@ jobs:
48
uses: docker/setup-buildx-action@v1
49
- uses: actions/checkout@v1
50
- name: Build and test
51
- uses: docker/build-push-action@v2
52
run: |
53
PHP_VERSION="${{ matrix.php_version }}" BRANCH="$GITHUB_REF_NAME_SLUG" VARIANT="${{ matrix.variant }}" ./build-and-test.sh
54
docker images | grep thecodingmachine/php
@@ -60,7 +59,6 @@ jobs:
60
59
username: ${{ secrets.DOCKERHUB_USERNAME }}
61
password: ${{ secrets.DOCKERHUB_TOKEN }
62
- name: Release
63
64
# Merge ~ push.
65
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
66
0 commit comments