You've already forked netbox-docker
mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-05 16:55:46 +03:00
Let "latest" tag follow the highest version
Latest tag is now added to the new version when it is release by Netbox.
This commit is contained in:
8
build-functions/docker-functions.sh
Normal file
8
build-functions/docker-functions.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
push_image_to_registry() {
|
||||
local target_tag=$1
|
||||
echo "⏫ Pushing '${target_tag}'"
|
||||
$DRY docker push "${target_tag}"
|
||||
echo "✅ Finished pushing the Docker image '${target_tag}'."
|
||||
}
|
Reference in New Issue
Block a user