Skip to content

Commit f81bcc3

Browse files
authored
Merge pull request #30 from vncntprvst/main
updates all build / push to add `:latest' tag
2 parents 09c5815 + f3181b6 commit f81bcc3

File tree

22 files changed

+22
-24
lines changed

22 files changed

+22
-24
lines changed

ironclust-compiled/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker build -t spikeinterface/ironclust-compiled-base:5.9.8 .
3+
docker build -t spikeinterface/ironclust-compiled-base:latest -t spikeinterface/ironclust-compiled-base:5.9.8 .
44

ironclust-compiled/push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker push spikeinterface/ironclust-compiled-base:5.9.8
3+
docker push --all-tags spikeinterface/ironclust-compiled-base
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker build -t spikeinterface/kilosort-compiled-base:0.1.0 .
3+
docker build -t spikeinterface/kilosort-compiled-base:latest -t spikeinterface/kilosort-compiled-base:0.1.0 .
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker push spikeinterface/kilosort-compiled-base:0.1.0
3+
docker push --all-tags spikeinterface/kilosort-compiled-base
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker build -t spikeinterface/kilosort2-compiled-base:0.1.0 .
3+
docker build -t spikeinterface/kilosort2-compiled-base:latest -t spikeinterface/kilosort2-compiled-base:0.1.0 .
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker push spikeinterface/kilosort2-compiled-base:0.1.0
3+
docker push --all-tags spikeinterface/kilosort2-compiled-base
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker build -t spikeinterface/kilosort2_5-compiled-base:0.1.0 .
3+
docker build -t spikeinterface/kilosort2_5-compiled-base:latest -t spikeinterface/kilosort2_5-compiled-base:0.1.0 .
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker push spikeinterface/kilosort2_5-compiled-base:0.1.0
3+
docker push --all-tags spikeinterface/kilosort2_5-compiled-base
44

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash
22

3-
docker build -t spikeinterface/kilosort3-compiled-base:0.1.0 . -f Dockerfile
4-
3+
docker build -t spikeinterface/kilosort3-compiled-base:latest -t spikeinterface/kilosort3-compiled-base:0.1.0 . -f Dockerfile
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash
22

3-
docker push spikeinterface/kilosort3-compiled-base:0.1.0
4-
3+
docker image push --all-tags spikeinterface/kilosort3-compiled-base

0 commit comments

Comments
 (0)