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 acf9130 commit 39aa08c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ project.releaseWorkflow.addJobs({
},
strategy: {
// matrix: '${{fromJSON(needs.get_version.outputs.matrix)}}',
matrix: '0.0.1',
matrix: {
version: '0.0.1'
}
// matrix: '${{fromJSON({\\"version\\"\\:\\"0.0.1\\"})}}',
},
'steps': [
Expand Down

0 comments on commit 39aa08c

Please sign in to comment.