Skip to content

Commit

Permalink
wordpress: always pull latest image
Browse files Browse the repository at this point in the history
Otherwise it keeps whatever is on the local machine.

A pull always if it gets the same manifest will still
use the local cached version.
  • Loading branch information
grooverdan committed Nov 26, 2024
1 parent f3e9407 commit 240dc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master-nonlatent/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ f_wordpress.addStep(
"--pod",
util.Interpolate("wptest"),
"--rm",
"--pull=always",
"quay.io/mariadb-foundation/bb-ecosystem:wordpress_phpunit_test_runner",
],
)
Expand Down

0 comments on commit 240dc6e

Please sign in to comment.