Commit 1abf8c9
authored
Start triggering Docker image builds on release (#81)
Since we're about to release 1.0.0, we should start including it in our
base images.
This will start calling the `repository_dispatch` event in
https://github.com/apify/apify-actor-docker/blob/master/.github/workflows/release-python.yml#L13-L14
(and other Python image workflows), and that will start building the
images.
There's also an [accompanying
PR](apify/apify-actor-docker#93) in
`apify-actor-docker`, which has to be merged first.
I've also simplified the workflow a bit and rewrote it to not use
third-party actions, so that we're not that vulnerable to supply chain
attacks, especially since we're passing PATs with high permissions to
the actions.1 parent 056945f commit 1abf8c9
2 files changed
+18
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | 121 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
0 commit comments