Skip to content

Commit

Permalink
Update build image
Browse files Browse the repository at this point in the history
  • Loading branch information
badochov committed Oct 6, 2024
1 parent 211daca commit 84e3de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/phoenix-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inputs:
# action runner
runs:
using: 'docker'
image: 'docker://phoenixrtosbadochov/build:gcc-14.2'
image: 'docker://phoenixrtosbadochov/build-shared:squash_gcc-14.2'
env:
CONSOLE: 'serial'
DEBUG: '1'
Expand Down
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DOCKER_IMG_NAME=docker://phoenixrtosbadochov/build:gcc-14.2
DOCKER_IMG_NAME=docker://phoenixrtosbadochov/build-shared:squash_gcc-14.2
if [ -e .docker_build_img ]; then
DOCKER_IMG_NAME="$(cat .docker_build_img)"
fi
Expand Down

0 comments on commit 84e3de8

Please sign in to comment.