Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 1 | name: test-xena |
| 2 | 'on': |
| 3 | pull_request: {} |
| 4 | push: |
| 5 | branches: |
| 6 | - main |
| 7 | jobs: |
| 8 | build-images: |
| 9 | runs-on: ubuntu-latest |
| 10 | steps: |
| 11 | - uses: actions/checkout@v3.0.2 |
| 12 | - uses: docker/setup-qemu-action@v2.0.0 |
| 13 | - uses: docker/setup-buildx-action@v2.0.0 |
| 14 | - uses: docker/login-action@v2.0.0 |
| 15 | with: |
| 16 | registry: quay.io |
| 17 | username: ${{ secrets.QUAY_USERNAME }} |
| 18 | password: ${{ secrets.QUAY_ROBOT_TOKEN }} |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 19 | - name: Build openstack/cinder |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 20 | uses: docker/build-push-action@v3.1.1 |
| 21 | with: |
| 22 | context: images/openstack |
| 23 | cache-from: type=gha |
| 24 | cache-to: type=gha,mode=max |
| 25 | push: true |
| 26 | platforms: linux/amd64 |
| 27 | build-args: 'RELEASE=xena |
| 28 | |
| 29 | PROJECT=cinder |
| 30 | |
| 31 | PROJECT_REF=b2caec7696817e02b0763d8b0d4f5d1b7f0b903e |
| 32 | |
| 33 | PROFILES=ceph qemu |
| 34 | |
| 35 | DIST_PACKAGES= |
| 36 | |
| 37 | PIP_PACKAGES=' |
| 38 | tags: quay.io/vexxhost/cinder:b2caec7696817e02b0763d8b0d4f5d1b7f0b903e |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 39 | - name: Build openstack/heat |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 40 | uses: docker/build-push-action@v3.1.1 |
| 41 | with: |
| 42 | context: images/openstack |
| 43 | cache-from: type=gha |
| 44 | cache-to: type=gha,mode=max |
| 45 | push: true |
| 46 | platforms: linux/amd64 |
| 47 | build-args: 'RELEASE=xena |
| 48 | |
| 49 | PROJECT=heat |
| 50 | |
| 51 | PROJECT_REF=ead7cd61bd685ea46dd21c4ef3ea6b3fde273c10 |
| 52 | |
| 53 | PROFILES= |
| 54 | |
| 55 | DIST_PACKAGES=curl |
| 56 | |
| 57 | PIP_PACKAGES=' |
| 58 | tags: quay.io/vexxhost/heat:ead7cd61bd685ea46dd21c4ef3ea6b3fde273c10 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 59 | - name: Build openstack/senlin |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 60 | uses: docker/build-push-action@v3.1.1 |
| 61 | with: |
| 62 | context: images/openstack |
| 63 | cache-from: type=gha |
| 64 | cache-to: type=gha,mode=max |
| 65 | push: true |
| 66 | platforms: linux/amd64 |
| 67 | build-args: 'RELEASE=xena |
| 68 | |
| 69 | PROJECT=senlin |
| 70 | |
| 71 | PROJECT_REF=28f8abc29a966d41f8b4502d1fc7432f86b14bea |
| 72 | |
| 73 | PROFILES= |
| 74 | |
| 75 | DIST_PACKAGES= |
| 76 | |
| 77 | PIP_PACKAGES=' |
| 78 | tags: quay.io/vexxhost/senlin:28f8abc29a966d41f8b4502d1fc7432f86b14bea |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 79 | - name: Build openstack/octavia |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 80 | uses: docker/build-push-action@v3.1.1 |
| 81 | with: |
| 82 | context: images/openstack |
| 83 | cache-from: type=gha |
| 84 | cache-to: type=gha,mode=max |
| 85 | push: true |
| 86 | platforms: linux/amd64 |
| 87 | build-args: 'RELEASE=xena |
| 88 | |
| 89 | PROJECT=octavia |
| 90 | |
| 91 | PROJECT_REF=bda4d7160aebf7549d72b049c8dca53f7d4dedb5 |
| 92 | |
| 93 | PROFILES= |
| 94 | |
| 95 | DIST_PACKAGES= |
| 96 | |
| 97 | PIP_PACKAGES=' |
| 98 | tags: quay.io/vexxhost/octavia:bda4d7160aebf7549d72b049c8dca53f7d4dedb5 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 99 | - name: Build openstack/barbican |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 100 | uses: docker/build-push-action@v3.1.1 |
| 101 | with: |
| 102 | context: images/openstack |
| 103 | cache-from: type=gha |
| 104 | cache-to: type=gha,mode=max |
| 105 | push: true |
| 106 | platforms: linux/amd64 |
| 107 | build-args: 'RELEASE=xena |
| 108 | |
| 109 | PROJECT=barbican |
| 110 | |
| 111 | PROJECT_REF=bb2779473f786f3bb7b84bc4f445089da8cbfe88 |
| 112 | |
| 113 | PROFILES= |
| 114 | |
| 115 | DIST_PACKAGES= |
| 116 | |
| 117 | PIP_PACKAGES=' |
| 118 | tags: quay.io/vexxhost/barbican:bb2779473f786f3bb7b84bc4f445089da8cbfe88 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 119 | - name: Build openstack/designate |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 120 | uses: docker/build-push-action@v3.1.1 |
| 121 | with: |
| 122 | context: images/openstack |
| 123 | cache-from: type=gha |
| 124 | cache-to: type=gha,mode=max |
| 125 | push: true |
| 126 | platforms: linux/amd64 |
| 127 | build-args: 'RELEASE=xena |
| 128 | |
| 129 | PROJECT=designate |
| 130 | |
| 131 | PROJECT_REF=410c1e8d60a6b3844050dd4d3ecc46f640356bfb |
| 132 | |
| 133 | PROFILES= |
| 134 | |
| 135 | DIST_PACKAGES=bind9utils |
| 136 | |
| 137 | PIP_PACKAGES=' |
| 138 | tags: quay.io/vexxhost/designate:410c1e8d60a6b3844050dd4d3ecc46f640356bfb |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 139 | - name: Build openstack/nova |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 140 | uses: docker/build-push-action@v3.1.1 |
| 141 | with: |
| 142 | context: images/openstack |
| 143 | cache-from: type=gha |
| 144 | cache-to: type=gha,mode=max |
| 145 | push: true |
| 146 | platforms: linux/amd64,linux/arm64 |
| 147 | build-args: 'RELEASE=xena |
| 148 | |
| 149 | PROJECT=nova |
| 150 | |
| 151 | PROJECT_REF=62e1a621d19e8833a18afdba86de7f8334171c63 |
| 152 | |
| 153 | PROFILES=ceph openvswitch configdrive qemu migration |
| 154 | |
| 155 | DIST_PACKAGES=ovmf qemu-efi-aarch64 |
| 156 | |
| 157 | PIP_PACKAGES=' |
| 158 | tags: quay.io/vexxhost/nova:62e1a621d19e8833a18afdba86de7f8334171c63 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 159 | - name: Build openstack/neutron |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 160 | uses: docker/build-push-action@v3.1.1 |
| 161 | with: |
| 162 | context: images/openstack |
| 163 | cache-from: type=gha |
| 164 | cache-to: type=gha,mode=max |
| 165 | push: true |
| 166 | platforms: linux/amd64,linux/arm64 |
| 167 | build-args: 'RELEASE=xena |
| 168 | |
| 169 | PROJECT=neutron |
| 170 | |
| 171 | PROJECT_REF=74f127973831c9c5f889017b3b627bd9940e37a6 |
| 172 | |
| 173 | PROFILES=openvswitch vpn |
| 174 | |
| 175 | DIST_PACKAGES=jq ethtool lshw |
| 176 | |
| 177 | PIP_PACKAGES=neutron-vpnaas' |
| 178 | tags: quay.io/vexxhost/neutron:74f127973831c9c5f889017b3b627bd9940e37a6 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 179 | - name: Build openstack/monasca-notification |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 180 | uses: docker/build-push-action@v3.1.1 |
| 181 | with: |
| 182 | context: images/openstack |
| 183 | cache-from: type=gha |
| 184 | cache-to: type=gha,mode=max |
| 185 | push: true |
| 186 | platforms: linux/amd64 |
| 187 | build-args: 'RELEASE=xena |
| 188 | |
| 189 | PROJECT=monasca-notification |
| 190 | |
| 191 | PROJECT_REF=a94f013ff4addceb93ab556b666f63da7ea820e5 |
| 192 | |
| 193 | PROFILES= |
| 194 | |
| 195 | DIST_PACKAGES= |
| 196 | |
| 197 | PIP_PACKAGES=' |
| 198 | tags: quay.io/vexxhost/monasca-notification:a94f013ff4addceb93ab556b666f63da7ea820e5 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 199 | - name: Build openstack/monasca-agent |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 200 | uses: docker/build-push-action@v3.1.1 |
| 201 | with: |
| 202 | context: images/openstack |
| 203 | cache-from: type=gha |
| 204 | cache-to: type=gha,mode=max |
| 205 | push: true |
| 206 | platforms: linux/amd64 |
| 207 | build-args: 'RELEASE=xena |
| 208 | |
| 209 | PROJECT=monasca-agent |
| 210 | |
| 211 | PROJECT_REF=284233aa9e53601548ae2ec435331b59974aa5a7 |
| 212 | |
| 213 | PROFILES= |
| 214 | |
| 215 | DIST_PACKAGES=iproute2 libvirt-clients lshw |
| 216 | |
| 217 | PIP_PACKAGES=libvirt-python python-glanceclient python-neutronclient python-novaclient |
| 218 | py3nvml' |
| 219 | tags: quay.io/vexxhost/monasca-agent:284233aa9e53601548ae2ec435331b59974aa5a7 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 220 | - name: Build openstack/keystone |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 221 | uses: docker/build-push-action@v3.1.1 |
| 222 | with: |
| 223 | context: images/openstack |
| 224 | cache-from: type=gha |
| 225 | cache-to: type=gha,mode=max |
| 226 | push: true |
| 227 | platforms: linux/amd64 |
| 228 | build-args: 'RELEASE=xena |
| 229 | |
| 230 | PROJECT=keystone |
| 231 | |
| 232 | PROJECT_REF=e772caa58ec7afdef4bd5fb58e44dc21a78c237b |
| 233 | |
| 234 | PROFILES=apache ldap openidc |
| 235 | |
| 236 | DIST_PACKAGES= |
| 237 | |
| 238 | PIP_PACKAGES=' |
| 239 | tags: quay.io/vexxhost/keystone:e772caa58ec7afdef4bd5fb58e44dc21a78c237b |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 240 | - name: Build openstack/horizon |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 241 | uses: docker/build-push-action@v3.1.1 |
| 242 | with: |
| 243 | context: images/openstack |
| 244 | cache-from: type=gha |
| 245 | cache-to: type=gha,mode=max |
| 246 | push: true |
| 247 | platforms: linux/amd64 |
| 248 | build-args: 'RELEASE=xena |
| 249 | |
| 250 | PROJECT=horizon |
| 251 | |
| 252 | PROJECT_REF=48b702adf75b7f19420df578d2bf9bf813099af5 |
| 253 | |
| 254 | PROFILES=apache |
| 255 | |
| 256 | DIST_PACKAGES= |
| 257 | |
| 258 | PIP_PACKAGES=designate-dashboard heat-dashboard ironic-ui magnum-ui neutron-vpnaas-dashboard |
| 259 | octavia-dashboard senlin-dashboard monasca-ui' |
| 260 | tags: quay.io/vexxhost/horizon:48b702adf75b7f19420df578d2bf9bf813099af5 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 261 | - name: Build openstack/monasca-api |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 262 | uses: docker/build-push-action@v3.1.1 |
| 263 | with: |
| 264 | context: images/openstack |
| 265 | cache-from: type=gha |
| 266 | cache-to: type=gha,mode=max |
| 267 | push: true |
| 268 | platforms: linux/amd64 |
| 269 | build-args: 'RELEASE=xena |
| 270 | |
| 271 | PROJECT=monasca-api |
| 272 | |
| 273 | PROJECT_REF=44956801556b79c14373aa533df4debbd1da0ad9 |
| 274 | |
| 275 | PROFILES=apache influxdb |
| 276 | |
| 277 | DIST_PACKAGES= |
| 278 | |
| 279 | PIP_PACKAGES=' |
| 280 | tags: quay.io/vexxhost/monasca-api:44956801556b79c14373aa533df4debbd1da0ad9 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 281 | - name: Build openstack/ironic |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 282 | uses: docker/build-push-action@v3.1.1 |
| 283 | with: |
| 284 | context: images/openstack |
| 285 | cache-from: type=gha |
| 286 | cache-to: type=gha,mode=max |
| 287 | push: true |
| 288 | platforms: linux/amd64 |
| 289 | build-args: 'RELEASE=xena |
| 290 | |
| 291 | PROJECT=ironic |
| 292 | |
| 293 | PROJECT_REF=3f624e5caa83acf9b98443cf32cb0cd69143c6e2 |
| 294 | |
| 295 | PROFILES=ipxe ipmi qemu tftp |
| 296 | |
| 297 | DIST_PACKAGES=ethtool lshw iproute2 |
| 298 | |
| 299 | PIP_PACKAGES=python-dracclient sushy' |
| 300 | tags: quay.io/vexxhost/ironic:3f624e5caa83acf9b98443cf32cb0cd69143c6e2 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 301 | - name: Build openstack/glance |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 302 | uses: docker/build-push-action@v3.1.1 |
| 303 | with: |
| 304 | context: images/openstack |
| 305 | cache-from: type=gha |
| 306 | cache-to: type=gha,mode=max |
| 307 | push: true |
| 308 | platforms: linux/amd64 |
| 309 | build-args: 'RELEASE=xena |
| 310 | |
| 311 | PROJECT=glance |
| 312 | |
| 313 | PROJECT_REF=cbe6522e67c2e437e600b4fb153a1d048a310282 |
| 314 | |
| 315 | PROFILES=ceph |
| 316 | |
| 317 | DIST_PACKAGES= |
| 318 | |
| 319 | PIP_PACKAGES=' |
| 320 | tags: quay.io/vexxhost/glance:cbe6522e67c2e437e600b4fb153a1d048a310282 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 321 | - name: Build openstack/magnum |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 322 | uses: docker/build-push-action@v3.1.1 |
| 323 | with: |
| 324 | context: images/openstack |
| 325 | cache-from: type=gha |
| 326 | cache-to: type=gha,mode=max |
| 327 | push: true |
| 328 | platforms: linux/amd64 |
| 329 | build-args: 'RELEASE=xena |
| 330 | |
| 331 | PROJECT=magnum |
| 332 | |
| 333 | PROJECT_REF=82a22387b91bb3c77261f42535be9c9d6b53a853 |
| 334 | |
| 335 | PROFILES= |
| 336 | |
| 337 | DIST_PACKAGES= |
| 338 | |
| 339 | PIP_PACKAGES=' |
| 340 | tags: quay.io/vexxhost/magnum:82a22387b91bb3c77261f42535be9c9d6b53a853 |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 341 | - name: Build openstack/monasca-persister |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 342 | uses: docker/build-push-action@v3.1.1 |
| 343 | with: |
| 344 | context: images/openstack |
| 345 | cache-from: type=gha |
| 346 | cache-to: type=gha,mode=max |
| 347 | push: true |
| 348 | platforms: linux/amd64 |
| 349 | build-args: 'RELEASE=xena |
| 350 | |
| 351 | PROJECT=monasca-persister |
| 352 | |
| 353 | PROJECT_REF=19d29bfab93206a7d7652037465d449895b7d8ce |
| 354 | |
| 355 | PROFILES=influxdb |
| 356 | |
| 357 | DIST_PACKAGES= |
| 358 | |
| 359 | PIP_PACKAGES=' |
| 360 | tags: quay.io/vexxhost/monasca-persister:19d29bfab93206a7d7652037465d449895b7d8ce |
Mohammed Naser | 4a40c9e | 2022-08-29 22:10:23 -0400 | [diff] [blame] | 361 | - name: Build openstack/placement |
Mohammed Naser | eba1a76 | 2022-08-29 22:05:09 -0400 | [diff] [blame] | 362 | uses: docker/build-push-action@v3.1.1 |
| 363 | with: |
| 364 | context: images/openstack |
| 365 | cache-from: type=gha |
| 366 | cache-to: type=gha,mode=max |
| 367 | push: true |
| 368 | platforms: linux/amd64 |
| 369 | build-args: 'RELEASE=xena |
| 370 | |
| 371 | PROJECT=placement |
| 372 | |
| 373 | PROJECT_REF=f96984abd48f4d938d0fff0bab9b12ed933e320e |
| 374 | |
| 375 | PROFILES=apache |
| 376 | |
| 377 | DIST_PACKAGES= |
| 378 | |
| 379 | PIP_PACKAGES=httplib2' |
| 380 | tags: quay.io/vexxhost/placement:f96984abd48f4d938d0fff0bab9b12ed933e320e |
Mohammed Naser | cbbdae7 | 2022-08-29 22:22:22 -0400 | [diff] [blame] | 381 | - name: Promote openstack/cinder |
| 382 | uses: akhilerm/tag-push-action@v2.0.0 |
| 383 | with: |
| 384 | src: quay.io/vexxhost/cinder:b2caec7696817e02b0763d8b0d4f5d1b7f0b903e |
| 385 | dst: quay.io/vexxhost/cinder:xena |
| 386 | - name: Promote openstack/heat |
| 387 | uses: akhilerm/tag-push-action@v2.0.0 |
| 388 | with: |
| 389 | src: quay.io/vexxhost/heat:ead7cd61bd685ea46dd21c4ef3ea6b3fde273c10 |
| 390 | dst: quay.io/vexxhost/heat:xena |
| 391 | - name: Promote openstack/senlin |
| 392 | uses: akhilerm/tag-push-action@v2.0.0 |
| 393 | with: |
| 394 | src: quay.io/vexxhost/senlin:28f8abc29a966d41f8b4502d1fc7432f86b14bea |
| 395 | dst: quay.io/vexxhost/senlin:xena |
| 396 | - name: Promote openstack/octavia |
| 397 | uses: akhilerm/tag-push-action@v2.0.0 |
| 398 | with: |
| 399 | src: quay.io/vexxhost/octavia:bda4d7160aebf7549d72b049c8dca53f7d4dedb5 |
| 400 | dst: quay.io/vexxhost/octavia:xena |
| 401 | - name: Promote openstack/barbican |
| 402 | uses: akhilerm/tag-push-action@v2.0.0 |
| 403 | with: |
| 404 | src: quay.io/vexxhost/barbican:bb2779473f786f3bb7b84bc4f445089da8cbfe88 |
| 405 | dst: quay.io/vexxhost/barbican:xena |
| 406 | - name: Promote openstack/designate |
| 407 | uses: akhilerm/tag-push-action@v2.0.0 |
| 408 | with: |
| 409 | src: quay.io/vexxhost/designate:410c1e8d60a6b3844050dd4d3ecc46f640356bfb |
| 410 | dst: quay.io/vexxhost/designate:xena |
| 411 | - name: Promote openstack/nova |
| 412 | uses: akhilerm/tag-push-action@v2.0.0 |
| 413 | with: |
| 414 | src: quay.io/vexxhost/nova:62e1a621d19e8833a18afdba86de7f8334171c63 |
| 415 | dst: quay.io/vexxhost/nova:xena |
| 416 | - name: Promote openstack/neutron |
| 417 | uses: akhilerm/tag-push-action@v2.0.0 |
| 418 | with: |
| 419 | src: quay.io/vexxhost/neutron:74f127973831c9c5f889017b3b627bd9940e37a6 |
| 420 | dst: quay.io/vexxhost/neutron:xena |
| 421 | - name: Promote openstack/monasca-notification |
| 422 | uses: akhilerm/tag-push-action@v2.0.0 |
| 423 | with: |
| 424 | src: quay.io/vexxhost/monasca-notification:a94f013ff4addceb93ab556b666f63da7ea820e5 |
| 425 | dst: quay.io/vexxhost/monasca-notification:xena |
| 426 | - name: Promote openstack/monasca-agent |
| 427 | uses: akhilerm/tag-push-action@v2.0.0 |
| 428 | with: |
| 429 | src: quay.io/vexxhost/monasca-agent:284233aa9e53601548ae2ec435331b59974aa5a7 |
| 430 | dst: quay.io/vexxhost/monasca-agent:xena |
| 431 | - name: Promote openstack/keystone |
| 432 | uses: akhilerm/tag-push-action@v2.0.0 |
| 433 | with: |
| 434 | src: quay.io/vexxhost/keystone:e772caa58ec7afdef4bd5fb58e44dc21a78c237b |
| 435 | dst: quay.io/vexxhost/keystone:xena |
| 436 | - name: Promote openstack/horizon |
| 437 | uses: akhilerm/tag-push-action@v2.0.0 |
| 438 | with: |
| 439 | src: quay.io/vexxhost/horizon:48b702adf75b7f19420df578d2bf9bf813099af5 |
| 440 | dst: quay.io/vexxhost/horizon:xena |
| 441 | - name: Promote openstack/monasca-api |
| 442 | uses: akhilerm/tag-push-action@v2.0.0 |
| 443 | with: |
| 444 | src: quay.io/vexxhost/monasca-api:44956801556b79c14373aa533df4debbd1da0ad9 |
| 445 | dst: quay.io/vexxhost/monasca-api:xena |
| 446 | - name: Promote openstack/ironic |
| 447 | uses: akhilerm/tag-push-action@v2.0.0 |
| 448 | with: |
| 449 | src: quay.io/vexxhost/ironic:3f624e5caa83acf9b98443cf32cb0cd69143c6e2 |
| 450 | dst: quay.io/vexxhost/ironic:xena |
| 451 | - name: Promote openstack/glance |
| 452 | uses: akhilerm/tag-push-action@v2.0.0 |
| 453 | with: |
| 454 | src: quay.io/vexxhost/glance:cbe6522e67c2e437e600b4fb153a1d048a310282 |
| 455 | dst: quay.io/vexxhost/glance:xena |
| 456 | - name: Promote openstack/magnum |
| 457 | uses: akhilerm/tag-push-action@v2.0.0 |
| 458 | with: |
| 459 | src: quay.io/vexxhost/magnum:82a22387b91bb3c77261f42535be9c9d6b53a853 |
| 460 | dst: quay.io/vexxhost/magnum:xena |
| 461 | - name: Promote openstack/monasca-persister |
| 462 | uses: akhilerm/tag-push-action@v2.0.0 |
| 463 | with: |
| 464 | src: quay.io/vexxhost/monasca-persister:19d29bfab93206a7d7652037465d449895b7d8ce |
| 465 | dst: quay.io/vexxhost/monasca-persister:xena |
| 466 | - name: Promote openstack/placement |
| 467 | uses: akhilerm/tag-push-action@v2.0.0 |
| 468 | with: |
| 469 | src: quay.io/vexxhost/placement:f96984abd48f4d938d0fff0bab9b12ed933e320e |
| 470 | dst: quay.io/vexxhost/placement:xena |