Skip to content

Commit

Permalink
Merge pull request #32 from useplunk/dev-driaug-workflow-fix
Browse files Browse the repository at this point in the history
Possible fix for workflow
  • Loading branch information
driaug authored Aug 5, 2024
2 parents 651d1bb + 7d2ad7a commit a5548ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Extract package version
id: package_version
run: echo "version=$(node -p \"require('./package.json').version\")" >> $GITHUB_ENV
run: echo 'version=$(node -p "require(\'./package.json\').version")' >> $GITHUB_ENV

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit a5548ca

Please sign in to comment.