diff --git a/.github/workflows/build-cfs-rtems4.11.yml b/.github/workflows/build-cfs-rtems4.11.yml index 16081bb75..f1c31170a 100644 --- a/.github/workflows/build-cfs-rtems4.11.yml +++ b/.github/workflows/build-cfs-rtems4.11.yml @@ -29,7 +29,7 @@ jobs: if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }} name: Build runs-on: ubuntu-18.04 - container: nmullane/qemu_rtems:4.11 + container: ghcr.io/core-flight-system/qemu-rtems-4-11:main-e5f9775 strategy: fail-fast: false @@ -65,7 +65,7 @@ jobs: test-cfs: name: Test runs-on: ubuntu-18.04 - container: nmullane/qemu_rtems:4.11 + container: ghcr.io/core-flight-system/qemu-rtems-4-11:main-e5f9775 needs: build-cfs @@ -124,4 +124,4 @@ jobs: if: always() with: name: cFS-rtems-log-summary-${{ matrix.buildtype }} - path: ./build/exe/cpu1/*.log + path: ./build/exe/cpu1/*.log \ No newline at end of file diff --git a/.github/workflows/build-cfs-rtems5.yml b/.github/workflows/build-cfs-rtems5.yml index 9e8629f0b..06467d891 100644 --- a/.github/workflows/build-cfs-rtems5.yml +++ b/.github/workflows/build-cfs-rtems5.yml @@ -29,7 +29,7 @@ jobs: if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }} name: Build runs-on: ubuntu-18.04 - container: nmullane/qemu_rtems:5 + container: ghcr.io/core-flight-system/qemu-rtems-5:main-859f39f strategy: fail-fast: false @@ -65,7 +65,7 @@ jobs: test-cfs: name: Test runs-on: ubuntu-18.04 - container: nmullane/qemu_rtems:5 + container: ghcr.io/core-flight-system/qemu-rtems-5:main-859f39f needs: build-cfs @@ -83,7 +83,6 @@ jobs: # Disable mcopy check otherwise disk image build fails MTOOLS_SKIP_CHECK: 1 - steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code @@ -122,4 +121,4 @@ jobs: if: always() with: name: cFS-rtems-log-summary-${{ matrix.buildtype }} - path: ./build/exe/cpu1/*.log + path: ./build/exe/cpu1/*.log \ No newline at end of file