Skip to content

Commit

Permalink
chore(images): refactor image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Mar 31, 2024
1 parent bd4783b commit 4705714
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
cache-to: type=inline

magento2-web-apps:
name: magento 2 - apps
name: php-fpm/magento2-web
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
needs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
cache-to: type=inline

shopware-web-apps:
name: magento 2 - apps
name: php-fpm/shopware-web-apps
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
needs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
cache-to: type=inline

wordpress-web-apps:
name: magento 2 - apps
name: php-fpm/wordpress-web-apps
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
needs:
Expand Down

0 comments on commit 4705714

Please sign in to comment.