mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 06:44:34 +02:00
10 lines
313 B
Bash
10 lines
313 B
Bash
#!/bin/bash
|
|
|
|
VERSION=1.0.0
|
|
|
|
docker build --no-cache=true -t paulscherrerinstitute/std-daq-buffer .
|
|
docker tag paulscherrerinstitute/std-daq-buffer paulscherrerinstitute/std-daq-buffer:$VERSION
|
|
|
|
docker login
|
|
docker push paulscherrerinstitute/std-daq-buffer:$VERSION
|
|
docker push paulscherrerinstitute/std-daq-buffer |