From 24e6086f12d6f3421b45c13b02aac96c3a188205 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Sun, 26 Jan 2025 20:44:40 +0000 Subject: [PATCH] load correct image file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cde31232..42f4e12e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -815,7 +815,7 @@ jobs: - name: Load and push amd64 haswell image run: | - docker load -i oci-image-amd64.tar.gz + docker load -i oci-image-amd64-haswell-optimised.tar.gz if [ ! -z $DOCKERHUB_TOKEN ]; then docker tag $(docker images -q conduwuit:main) ${DOCKER_HUB_REPO}:${UNIQUE_TAG}-haswell docker push ${DOCKER_HUB_REPO}:${UNIQUE_TAG}-haswell