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 8d5797b commit 25611b6
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 @@ -45,6 +45,7 @@ project.releaseWorkflow.addJobs({
'runs-on': 'ubuntu-latest',
env: {
CI: "true",
D_VERSION: "0.0.2",
// D_VERSION: '${{ needs.getversion.outputs.version }}',
},
// strategy: {
Expand Down Expand Up @@ -86,7 +87,8 @@ project.releaseWorkflow.addJobs({
push: true,
// tags: `damadden88/influxdb-s3-backup:${versionJSON.version}`
// tags: 'damadden88/influxdb-s3-backup:${{matrix.version}}'
tags: 'damadden88/influxdb-s3-backup:${{ needs.getversion.outputs.version }}'
// tags: 'damadden88/influxdb-s3-backup:${{ needs.getversion.outputs.version }}'
tags: 'damadden88/influxdb-s3-backup:${{ env.D_VERSION }}'
}
},
// {
Expand Down

0 comments on commit 25611b6

Please sign in to comment.