[Github Action] Fixes fail-fast location to be in strategy on publish_docker_images action (#5850)

* [Github Action] Fixes #5849 Fixes fail-fast location to be in strategy on publish_docker_images action

* final touch
This commit is contained in:
Abdul Malik Ikhsan 2021-03-14 23:37:25 +07:00 committed by GitHub
parent a65d5de82f
commit 03594e4ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,9 @@ jobs:
publish_images:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '7.4', '8.0']
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2