We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83def84 commit ac8dbeaCopy full SHA for ac8dbea
1 file changed
devContainerBuild.sh
@@ -5,6 +5,7 @@
5
# Args :
6
# Author : rom@beezy.dev
7
# Issues : Issues&PR https://github.com/beezy-dev/kleidi.git
8
+
9
#############################################################################
10
11
set -euo pipefail
@@ -60,4 +61,4 @@ echo
60
61
echo -e "${NC}Building kleidi hsm dev init container image ${BLUE}$INITREG:$VERSION${NC} on ${BLUE}$BUILDDT${NC}."
62
podman build -f configuration/kleidi-init/Containerfile -t "$INITREG:hsm-$VERSION" -t "$INITREG:hsm-dev" --build-arg VERSION="$VERSION"
63
podman push $INITREG:hsm-$VERSION
-podman push $INITREG:hsm-dev
64
+podman push $INITREG:hsm-dev
0 commit comments