File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 context : .
3333 file : ci/Dockerfile
3434 push : true
35- tags : ghcr.io/hyperloopupv-h8 /hyperloop-firmware-toolchain:latest
35+ tags : ghcr.io/hyperloop-upv /hyperloop-firmware-toolchain:latest
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-24.04
3232
3333 container :
34- image : ghcr.io/hyperloopupv-h8 /hyperloop-firmware-toolchain:latest
34+ image : ghcr.io/hyperloop-upv /hyperloop-firmware-toolchain:latest
3535
3636 outputs :
3737 build-artifact : ${{ steps.upload-build-artifact.outputs.artifact-id }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" >
1919# Install cubeclt (STM32CubeCLT)
2020WORKDIR /tmp
2121
22- RUN git clone --depth 1 https://github.com/HyperloopUPV-H8 /cubeclt.git && \
22+ RUN git clone --depth 1 https://github.com/Hyperloop-UPV /cubeclt.git && \
2323 cd cubeclt && \
2424 git lfs pull && \
2525 chmod +x ${CUBECLT_INSTALLER} && \
You can’t perform that action at this time.
0 commit comments