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

0 comments on commit 998b84a

Please sign in to comment.