load correct image file
This commit is contained in:
parent
ee63f720c9
commit
24e6086f12
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue