Skip to content

Fixed modules initialization script path #3

Fixed modules initialization script path

Fixed modules initialization script path #3

name: Build Toolchain Image
on:
workflow_dispatch:
push:
branches: [ refactor/cmake ]
paths:
- 'ci/Dockerfile'
- '.github/workflows/build-toolchain-image.yml'
jobs:
build-and-push:
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
file: ci/Dockerfile
push: true
tags: ghcr.io/hyperloopupv-h8/hyperloop-firmware-toolchain:latest