Skip to content

Commit

Permalink
Bump to version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cniweb committed Jan 2, 2024
1 parent 0adb328 commit b406c92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RUN apt-get -y update \
&& apt-get -y upgrade \
&& apt-get -y install curl wget xz-utils \
&& cd /opt \
&& curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.4.3/SRBMiner-Multi-2-4-3-Linux.tar.xz -o SRBMiner-Multi.tar.xz \
&& curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.4.4/SRBMiner-Multi-2-4-4-Linux.tar.xz -o SRBMiner-Multi.tar.xz \
&& tar xf SRBMiner-Multi.tar.xz \
&& rm -rf SRBMiner-Multi.tar.xz \
&& mv /opt/SRBMiner-Multi-2-4-3/ /opt/SRBMiner-Multi/ \
&& mv /opt/SRBMiner-Multi-2-4-4/ /opt/SRBMiner-Multi/ \
&& apt-get -y purge xz-utils \
&& apt-get -y autoremove --purge \
&& apt-get -y clean \
Expand Down
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version="2.4.3"
version="2.4.4"
image="srbminer-multi-cuda"
docker build . --tag docker.io/cniweb/$image:$version
docker tag docker.io/cniweb/$image:$version docker.io/cniweb/$image:latest
Expand All @@ -8,8 +8,8 @@ docker tag docker.io/cniweb/$image:$version ghcr.io/cniweb/$image:latest
docker tag docker.io/cniweb/$image:$version quay.io/cniweb/$image:$version
docker tag docker.io/cniweb/$image:$version quay.io/cniweb/$image:latest
docker push docker.io/cniweb/$image:$version
#docker push docker.io/cniweb/$image:latest
docker push docker.io/cniweb/$image:latest
docker push ghcr.io/cniweb/$image:$version
#docker push ghcr.io/cniweb/$image:latest
docker push ghcr.io/cniweb/$image:latest
docker push quay.io/cniweb/$image:$version
#docker push quay.io/cniweb/$image:latest
docker push quay.io/cniweb/$image:latest

0 comments on commit b406c92

Please sign in to comment.