load correct image file
This commit is contained in:
committed by
June Clementine Strawberry 🍓🦴
parent
ee63f720c9
commit
24e6086f12
@@ -815,7 +815,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Load and push amd64 haswell image
|
- name: Load and push amd64 haswell image
|
||||||
run: |
|
run: |
|
||||||
docker load -i oci-image-amd64.tar.gz
|
docker load -i oci-image-amd64-haswell-optimised.tar.gz
|
||||||
if [ ! -z $DOCKERHUB_TOKEN ]; then
|
if [ ! -z $DOCKERHUB_TOKEN ]; then
|
||||||
docker tag $(docker images -q conduwuit:main) ${DOCKER_HUB_REPO}:${UNIQUE_TAG}-haswell
|
docker tag $(docker images -q conduwuit:main) ${DOCKER_HUB_REPO}:${UNIQUE_TAG}-haswell
|
||||||
docker push ${DOCKER_HUB_REPO}:${UNIQUE_TAG}-haswell
|
docker push ${DOCKER_HUB_REPO}:${UNIQUE_TAG}-haswell
|
||||||
|
|||||||
Reference in New Issue
Block a user