Skip to content

Commit

Permalink
feat: release to docker hub when release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Jan 15, 2021
1 parent 7930dce commit 2567be0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: push-docker
on:
push:
tags:
- '*'
- "*"
workflow_dispatch: {}
jobs:
publish_docker_hub:
Expand Down
7 changes: 5 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ dockerPush.addJobs({
})

dockerPush.on({
release: {
types: ['published'],
push: {
tags: ['*'],
},
// release: {
// types: ['published'],
// },
workflow_dispatch: {},
})

Expand Down

0 comments on commit 2567be0

Please sign in to comment.