ARMmbed / connectedhomeip

Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

Switch to use GitHub Container registry in lava related workflows #188

Closed lukgni closed 3 years ago

lukgni commented 3 years ago

Problem

We need to switch to use Github Container registry as a default storage place for lava related Docker images to be independent of any private docker.hub accounts.
Additionally, some small fixes has been added as well.

Changeset:

Testing

Tested manually - test results can be checked by visiting my repository's 'Action' page here.

Notes:

After applying this PR, all lava related docker images will be pulled from GitHub Container registry. That means we have to push them first by triggering manually below workflows:

This PR modifies name of workflow used to cross-compile chip-tool/device-controller sources and publish related artifacts. In this case we need to to manually trigger it once to have available artifacts for 'Run integration test' workflow. Here is mentioned workflow and its new name: