mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-08 22:58:48 +02:00
Add stub of std-stream-send
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=1.0.0
|
||||
|
||||
docker build --no-cache=true -f debug.Dockerfile -t paulscherrerinstitute/std-stream-send-sim .
|
||||
docker tag paulscherrerinstitute/std-stream-send-sim paulscherrerinstitute/std-stream-send-sim:$VERSION
|
||||
|
||||
docker login
|
||||
docker push paulscherrerinstitute/std-stream-send-sim:$VERSION
|
||||
docker push paulscherrerinstitute/std-stream-send-sim
|
||||
Reference in New Issue
Block a user