From 7397986d6950cd22929664d7b75309fd77dfce92 Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Tue, 22 Oct 2024 20:54:32 -0600 Subject: [PATCH] back to ci-env --- .github/workflows/sterile-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sterile-build-and-test.yml b/.github/workflows/sterile-build-and-test.yml index 1e988521..a48ac24c 100644 --- a/.github/workflows/sterile-build-and-test.yml +++ b/.github/workflows/sterile-build-and-test.yml @@ -28,7 +28,7 @@ jobs: - debug - release container: - image: ghcr.io/githedgehog/dpdk-sys/dev-env:${{ matrix.dpdk_sys }}-rust-${{ matrix.rust }} + image: ghcr.io/githedgehog/dpdk-sys/ci-env:${{ matrix.dpdk_sys }}-rust-${{ matrix.rust }} credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}