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