Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Apr 11, 2024
1 parent 0dc0e5b commit 80bf882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
run-build:
runs-on: ubuntu-latest
container:
image: ghcr.io/northeastern-electric-racing/embedded-base:docker-compose
image: ghcr.io/northeastern-electric-racing/embedded-base:main
timeout-minutes: 10
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: iroh

services:
ner-gcc-arm:
image: ghcr.io/northeastern-electric-racing/embedded-base:docker-compose
image: ghcr.io/northeastern-electric-racing/embedded-base:main
build: .
# network_mode: host
privileged: true
Expand Down

0 comments on commit 80bf882

Please sign in to comment.