diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ee1695..2cb07c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,11 +96,6 @@ jobs: integration: name: Integration Test runs-on: ubuntu-latest - services: - registry: - image: registry:2 - ports: - - 5000:5000 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install Rust @@ -111,7 +106,7 @@ jobs: - name: Install cross-compilation tools for both architectures run: | sudo apt-get update - sudo apt-get install -y musl-tools gcc-aarch64-linux-gnu gcc-x86-64-linux-gnu + sudo apt-get install -y musl-tools gcc-aarch64-linux-gnu - run: make push-ttl - run: make run-built-image