Skip to content

Commit 6aa2144

Browse files
author
Hubert Badocha
committed
Change build image
1 parent f0a47ba commit 6aa2144

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/phoenix-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ inputs:
3333
# action runner
3434
runs:
3535
using: 'docker'
36-
image: 'docker://phoenixrtosbadochov/build:gcc-14.2'
36+
image: 'docker://phoenixrtosbadochov/build-shared:squash_gcc-14.2'
3737
env:
3838
CONSOLE: 'serial'
3939
DEBUG: '1'

docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
DOCKER_IMG_NAME=docker://phoenixrtosbadochov/build:gcc-14.2
3+
DOCKER_IMG_NAME=docker://phoenixrtosbadochov/build-shared:squash_gcc-14.2
44
if [ -e .docker_build_img ]; then
55
DOCKER_IMG_NAME="$(cat .docker_build_img)"
66
fi

0 commit comments

Comments
 (0)