Skip to content

Commit

Permalink
Merge pull request #33 from useplunk/revert-32-dev-driaug-workflow-fix
Browse files Browse the repository at this point in the history
Revert "Possible fix for workflow"
  • Loading branch information
driaug authored Aug 5, 2024
2 parents a5548ca + 9a117a6 commit ac7cb4a
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 ac7cb4a

Please sign in to comment.