From 5fcb769d71e937e6ceb5f7bf8a2537f103d0d390 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Fri, 31 Mar 2023 11:07:31 +0200 Subject: [PATCH] Migrate to ghcr.io from dockerhub (#777) Also remove a conditional step that was never being run --- .github/workflows/build-distros.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index 052c9c7c..30db7817 100644 --- a/.github/workflows/build-distros.yml +++ b/.github/workflows/build-distros.yml @@ -47,10 +47,6 @@ jobs: ref: ${{github.base_ref}} path: ${{env.CHECKS_REPO}} - - name: Update system repositories - if: matrix.os == 'ubuntu-latest' - run: sudo apt update - - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') uses: alire-project/setup-alire@v2 @@ -68,6 +64,6 @@ jobs: - name: Test crate (${{matrix.tag}}) uses: mosteo-actions/docker-run@v1 with: - image: alire/gnat:${{matrix.tag}} + image: ghcr.io/alire-project/docker/gnat:${{matrix.tag}} command: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh params: -v ${{ github.workspace }}/alire_install/bin/alr:/usr/bin/alr \ No newline at end of file