Skip to content

Commit eeca953

Browse files
authored
chore(imagebuilder): podman_publish use dockerfile var (#7)
1 parent 91007b3 commit eeca953

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/imagebuilder/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ function waiting_process {
3737
}
3838

3939
function podman_publish {
40-
local image dryccfile
40+
local image dockerfile
4141
image=$1
42-
dryccfile=$2
42+
dockerfile=$2
4343

4444
podman_build="podman build . -f ${dockerfile} --tag ${image} --network host"
4545
podman_push="podman push ${image} --tls-verify=false"

0 commit comments

Comments
 (0)