load correct image file

This commit is contained in:
Jade Ellis 2025-01-26 20:44:40 +00:00 committed by June Clementine Strawberry 🍓🦴
parent ee63f720c9
commit 24e6086f12

View file

@ -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