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 ed1117b commit acf9130
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -56,7 +56,7 @@ jobs:
env:
CI: "true"
strategy:
matrix: ${{fromJSON(needs.get_version.outputs.matrix)}}
matrix: 0.0.1
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ project.releaseWorkflow.addJobs({
CI: "true",
},
strategy: {
matrix: '${{fromJSON(needs.get_version.outputs.matrix)}}',
// matrix: '${{fromJSON(needs.get_version.outputs.matrix)}}',
matrix: '0.0.1',
// matrix: '${{fromJSON({\\"version\\"\\:\\"0.0.1\\"})}}',
},
'steps': [
Expand Down

0 comments on commit acf9130

Please sign in to comment.