Skip to content

Commit

Permalink
ci: fix docker on release (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Sep 9, 2020
1 parent 0641e69 commit 53e015c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 51 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
branches:
- master
release:
types: [created]
pull_request:
branches:
- master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-grpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- master
release:
types: [created]
release:
types: [published]
pull_request:
branches:
- master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-jsonrpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- master
release:
types: [created]
release:
types: [published]
pull_request:
branches:
- master
Expand Down
45 changes: 0 additions & 45 deletions scripts/release.sh

This file was deleted.

0 comments on commit 53e015c

Please sign in to comment.