mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-17 19:31:08 +02:00
Build ARM64 images
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
#!/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