Skip to content

Commit

Permalink
ci: Fix base image running ONBUILD steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 1, 2024
1 parent a042333 commit f931d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
build-args: |
COMPOSER_VERSION=${{ matrix.composer_version }}
PHP_VERSION=${{ matrix.php_version }}
target: onbuild
target: base
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit f931d4f

Please sign in to comment.