mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
Fixed publish & defaults
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
8
publish.sh
Normal file → Executable file
8
publish.sh
Normal file → Executable file
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
build_version="1.1"
|
||||
build_version="1.0"
|
||||
|
||||
docker login --username=sebwalcertat
|
||||
docker login
|
||||
|
||||
docker tag certat/intelmq-full:$build_version
|
||||
docker tag intelmq-full:$build_version certat/intelmq-full:$build_version
|
||||
|
||||
docker push certat/intelmq-full
|
||||
docker push certat/intelmq-full:$build_version
|
||||
|
||||
Reference in New Issue
Block a user