Skip to content

Commit

Permalink
Merge pull request #78 from laradock/ci
Browse files Browse the repository at this point in the history
feat: new PR run build
  • Loading branch information
bestlong authored Dec 4, 2024
2 parents 91a2c07 + a929f75 commit abdf50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: '**'
tags: '**'
schedule:
- cron: 0 0 * * 6
- cron: 0 0 * * 6

jobs:
build:
Expand Down Expand Up @@ -50,5 +50,5 @@ jobs:
with:
file: Dockerfile-${{ matrix.php_version }}
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
push: ${{ (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit abdf50b

Please sign in to comment.