Commit 14200ff
committed
Modify CI to push multiple tags
The retagging commands don't work with quay.io, so instead we can use the multiple --tag parameters allowed
in the `docker buildx build` command. This makes the `release-tag` workflow redundant, as all it did was
perform that retagging.
Now, when a commit is merged to master, an image should be created for `latest`, `canary` and the commit SHA. When
a tag is pushed, an image should be created for `latest`, `canary` and the tag.
Signed-off-by: David Bond <[email protected]>1 parent 25b9ef3 commit 14200ff
File tree
3 files changed
+5
-52
lines changed- .github/workflows
3 files changed
+5
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | | - | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
| |||
0 commit comments