Skip to content

Commit 726639b

Browse files
committed
renamed organization
1 parent d3933de commit 726639b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-toolchain-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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 }}

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" >
1919
# Install cubeclt (STM32CubeCLT)
2020
WORKDIR /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} && \

0 commit comments

Comments
 (0)