Skip to content

Commit fdc1434

Browse files
authored
Merge pull request #33 from 0chain/bugfix/image-build
fix the docker image build not triggered on github release
2 parents 91f9809 + f3dfcd8 commit fdc1434

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: CI
22

3-
on:
4-
[push]
3+
on: [push, release]
54

65
env:
76
BLOBBER_REGISTRY: ${{ secrets.BLOBBER_REGISTRY }}

0 commit comments

Comments
 (0)