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 e7f5b78 commit 20b1d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
env:
CI: "true"
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit 20b1d30

Please sign in to comment.