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 147fcb7 commit 8fffb08
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 @@ -135,4 +135,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 8fffb08

Please sign in to comment.