ci: Use new mbed-os-env docker image in "multiple executables" test

The github workflow to test building multiple executables was using the
soon to be deprecated docker image "mbedos/mbed-os-env:latest". This
commit points it at the new docker image on ghcr.io.
pull/14892/head
Robert Walton 2021-08-11 10:13:36 +01:00
parent a437ed4047
commit 1a7a89a8ed
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on: [pull_request]
jobs:
multiple-executables-example:
runs-on: ubuntu-latest
container: mbedos/mbed-os-env:latest
container: ghcr.io/armmbed/mbed-os-env:master-latest
steps:
- name: Checkout
uses: actions/checkout@v2