Skip to content

Commit

Permalink
build(.github) fix WordPress container scope
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Nov 10, 2023
1 parent dd8ddd3 commit f032bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
file: containers/php/Dockerfile
push: false
tags: lucatume/wp-browser-v3-wordpress:php-apache
cache-from: type=gha,scope=5.6
cache-to: type=gha,mode=max,scope=5.6
cache-from: type=gha,scope=${{ matrix.php_version }}
cache-to: type=gha,mode=max,scope=${{ matrix.php_version }}
load: true
build-args: |
PHP_VERSION=${{ matrix.php_version }}
Expand Down

0 comments on commit f032bbc

Please sign in to comment.