diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f82d4ca7f9..10b17d0e4a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -293,7 +293,7 @@ jobs: name: test-ubuntu (engine unidist ${{matrix.unidist-backend}}, python ${{matrix.python-version}}) services: moto: - image: motoserver/moto + image: motoserver/moto:5.0.13 ports: - 5000:5000 env: @@ -382,7 +382,7 @@ jobs: # Using workaround https://github.com/actions/runner/issues/822#issuecomment-1524826092 moto: # we only need moto service on Ubuntu and for group_4 task or python engine - image: ${{ (matrix.os == 'ubuntu' && (matrix.engine == 'python' || matrix.test_task == 'group_4')) && 'motoserver/moto' || '' }} + image: ${{ (matrix.os == 'ubuntu' && (matrix.engine == 'python' || matrix.test_task == 'group_4')) && 'motoserver/moto:5.0.13' || '' }} ports: - 5000:5000 env: @@ -508,7 +508,7 @@ jobs: name: test-${{ matrix.os }}-sanity (engine ${{ matrix.execution.name }}, python ${{matrix.python-version}}) services: moto: - image: ${{ matrix.os != 'windows' && 'motoserver/moto' || '' }} + image: ${{ matrix.os != 'windows' && 'motoserver/moto:5.0.13' || '' }} ports: - 5000:5000 env: @@ -623,7 +623,7 @@ jobs: name: test experimental services: moto: - image: motoserver/moto + image: motoserver/moto:5.0.13 ports: - 5000:5000 env: diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index f8f05541ce1..dc0e83e102c 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -19,7 +19,7 @@ jobs: shell: bash -l {0} services: moto: - image: motoserver/moto + image: motoserver/moto:5.0.13 ports: - 5000:5000 env: