Skip to content

Commit ac8dbea

Browse files
committed
'update container images with last PR'
1 parent 83def84 commit ac8dbea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

devContainerBuild.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Args :
66
# Author : rom@beezy.dev
77
# Issues : Issues&PR https://github.com/beezy-dev/kleidi.git
8+
89
#############################################################################
910

1011
set -euo pipefail
@@ -60,4 +61,4 @@ echo
6061
echo -e "${NC}Building kleidi hsm dev init container image ${BLUE}$INITREG:$VERSION${NC} on ${BLUE}$BUILDDT${NC}."
6162
podman build -f configuration/kleidi-init/Containerfile -t "$INITREG:hsm-$VERSION" -t "$INITREG:hsm-dev" --build-arg VERSION="$VERSION"
6263
podman push $INITREG:hsm-$VERSION
63-
podman push $INITREG:hsm-dev
64+
podman push $INITREG:hsm-dev

0 commit comments

Comments
 (0)