Skip to content

Commit 1a7a89a

Browse files
committed
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.
1 parent a437ed4 commit 1a7a89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_building_multiple_executables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55
jobs:
66
multiple-executables-example:
77
runs-on: ubuntu-latest
8-
container: mbedos/mbed-os-env:latest
8+
container: ghcr.io/armmbed/mbed-os-env:master-latest
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2

0 commit comments

Comments
 (0)