Skip to content

Commit 951447b

Browse files
author
Julien Neuhart
committed
GitHub actions: remove uses when run
1 parent b1fb13b commit 951447b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
uses: docker/setup-buildx-action@v1
4949
- uses: actions/checkout@v1
5050
- name: Build and test
51-
uses: docker/build-push-action@v2
5251
run: |
5352
PHP_VERSION="${{ matrix.php_version }}" BRANCH="$GITHUB_REF_NAME_SLUG" VARIANT="${{ matrix.variant }}" ./build-and-test.sh
5453
docker images | grep thecodingmachine/php
@@ -60,7 +59,6 @@ jobs:
6059
username: ${{ secrets.DOCKERHUB_USERNAME }}
6160
password: ${{ secrets.DOCKERHUB_TOKEN }
6261
- name: Release
63-
uses: docker/build-push-action@v2
6462
# Merge ~ push.
6563
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
6664
run: |

0 commit comments

Comments
 (0)