Commit 5daac75
authored
Update release_build.yml to reorder image releases (#147)
*Issue #, if available:*
*Description of changes:*
Reordering the release steps in release_build.yml.
- The old order is Public and Private ECR -> PyPI -> GitHub
- The new order is PyPI -> Public ECR -> GitHub -> Private ECR.
### Testing
Tested by creating a fork of this repo and running the release workflow.
Changed the repos to my own private/public ECR repos and the images were
published successfully as well as a draft release was created. One thing
to callout, I removed the PyPI step as this step wasn't changed and I
didn't see a reason to test publishing there.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent 146af7e commit 5daac75
1 file changed
+21
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
99 | 107 | | |
100 | 108 | | |
101 | 109 | | |
102 | | - | |
103 | 110 | | |
104 | 111 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
112 | 122 | | |
| 123 | + | |
113 | 124 | | |
114 | 125 | | |
115 | 126 | | |
| |||
0 commit comments