Commit f66f7a9
authored
changed trigger to release to dockerhub to run on published releases (#2311)
## Summary
Previously we ran docker image build and publish to dockerhub when a new
tag was created, but this introduced a bug when a tag was created as a
draft it would trigger this run but the assets from the tag weren't
publicly available yet.
This change makes sure that the tag is marked as a release and is
published to run so that the assets it needs (mainly compiled devbox
binary) it publicly available before building and pushing a container
image to dockerhub.
## How was it tested?
need to wait for the next release to truly test.1 parent 8ca1f75 commit f66f7a9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments