mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-24 10:20:45 +02:00
10 lines
323 B
Bash
10 lines
323 B
Bash
#!/bin/bash
|
|
|
|
VERSION=1.0.1
|
|
|
|
docker build --no-cache=true -f phdf5.Dockerfile -t paulscherrerinstitute/sf-daq_phdf5 .
|
|
docker tag paulscherrerinstitute/sf-daq_phdf5 paulscherrerinstitute/sf-daq_phdf5:$VERSION
|
|
|
|
docker login
|
|
docker push paulscherrerinstitute/sf-daq_phdf5:$VERSION
|
|
docker push paulscherrerinstitute/sf-daq_phdf5 |