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 939b31b commit 7930dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
name: push-docker
on:
release:
types:
- published
push:
tags:
- '*'
workflow_dispatch: {}
jobs:
publish_docker_hub:
Expand Down

0 comments on commit 7930dce

Please sign in to comment.