Skip to content

Commit

Permalink
feat: use releaseworkflow for docker hub release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Jan 27, 2021
1 parent e2a2adb commit 617faca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: set-matrix
run: echo "::set-output name=matrix::{"version":"0.0.1"}"
run: echo "::set-output name=matrix::{\"version\":\"0.0.1\"}"
publish_docker_hub:
needs: get_version
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ project.releaseWorkflow.addJobs({
name: 'set-matrix',
run: [
// 'JSON=$(cat ./version.json)',
'echo "::set-output name=matrix::\{\"version\"\:\"0.0.1\"\}"',
'echo "::set-output name=matrix::{\\"version\\":\\"0.0.1\\"}"',
// 'echo "::set-output name=matrix::${JSON//\'%\'/\'%25\'}"',
// 'echo "::set-output name=version::${JSON}"',
].join('\n'),
Expand Down

0 comments on commit 617faca

Please sign in to comment.