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