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 998b84a commit ca1c824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,5 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags:
- damadden88/influxdb-s3-backup:${{
steps.get_version.outputs.dversion }}
- damadden88/influxdb-s3-backup:latest
tags: damadden88/influxdb-s3-backup:${{ steps.get_version.outputs.dversion
}},damadden88/influxdb-s3-backup:latest
5 changes: 1 addition & 4 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ project.releaseWorkflow.addJobs({
file: './Dockerfile',
platforms: 'linux/amd64,linux/arm64',
push: true,
tags: [
'damadden88/influxdb-s3-backup:${{ steps.get_version.outputs.dversion }}',
'damadden88/influxdb-s3-backup:latest',
]
tags: 'damadden88/influxdb-s3-backup:${{ steps.get_version.outputs.dversion }},damadden88/influxdb-s3-backup:latest'
}
},
],
Expand Down

0 comments on commit ca1c824

Please sign in to comment.