Skip to content

Commit

Permalink
Quote var in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Oct 25, 2023
1 parent c45ae64 commit fe84cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit fe84cc3

Please sign in to comment.