Skip to content

Commit

Permalink
publish a docker image for release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Nov 7, 2023
1 parent 8117f30 commit dff2471
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- Running all tests
types:
- completed
push: # for pushes to release tags (v*)
tags:
- 'v*'
pull_request: # and for PRs that edit the docker files
paths:
- Dockerfile
Expand Down

0 comments on commit dff2471

Please sign in to comment.