Skip to content

Commit

Permalink
fix container naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
micl2e2 committed Sep 28, 2023
1 parent bf76573 commit e5ba911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/fetch-tdlib.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ podman load -i tdlib-$PICK_SRC.tar

CTN_TDLIB="package-tdlib-container"

buildah from --name $CTN_TGFOCUS localhost/tdlib-$PICK_SRC:latest
buildah from --name $CTN_TDLIB localhost/tdlib-$PICK_SRC:latest

0 comments on commit e5ba911

Please sign in to comment.