mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 01:14:37 +02:00
10 lines
358 B
Bash
10 lines
358 B
Bash
#!/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 |