From fe84cc322c0224c8a927f3f9279d2c6378f6bef2 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Tue, 24 Oct 2023 21:42:51 -0500 Subject: [PATCH] Quote var in yml --- .github/workflows/build-wordpress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wordpress.yml b/.github/workflows/build-wordpress.yml index 90904c7..691e892 100644 --- a/.github/workflows/build-wordpress.yml +++ b/.github/workflows/build-wordpress.yml @@ -41,5 +41,5 @@ jobs: dockerfile: "./wordpress/Dockerfile" image_subpath: "wordpress" build-args: | - WORDPRESS_VERSION=${{ needs.get_version.outputs.WP_VERSION }} + WORDPRESS_VERSION="${{ needs.get_version.outputs.WP_VERSION }}" additional-tag: ${{ needs.get_version.outputs.WP_VERSION }}