Skip to content

Commit

Permalink
Fix usage of 'con_commit' build helper
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Jul 7, 2023
1 parent 66d821f commit d3b9dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ cmd buildah config \
--annotation org.opencontainers.image.base.digest="$(podman image inspect --format '{{.Digest}}' "$BASE_IMAGE")" \
"$CONTAINER"

con_commit "$CONTAINER" "${TAGS[@]}"
con_commit "$CONTAINER" "$IMAGE" "${TAGS[@]}"

0 comments on commit d3b9dc8

Please sign in to comment.