Skip to content

Commit

Permalink
fixup! 8cadf4a
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Aug 2, 2024
1 parent 941b5c6 commit 2e05350
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -ex

Expand Down Expand Up @@ -34,8 +34,9 @@ step_summary() {
fi
}

img_impl=$(echo "${MAL_IMPL:-${IMPL}}" | tr '[:upper:]' '[:lower:]')
img_name="mal-test-${img_impl%%-mal}"
img_base="${MAL_IMPL:-${IMPL}}"
img_impl="${img_base%%-mal}"
img_name="mal-test-${img_impl,,}"
img_ver=$(./voom-like-version.sh impls/${img_impl}/Dockerfile)
IMAGE="ghcr.io/kanaka/${img_name}:${img_ver}"

Expand Down

0 comments on commit 2e05350

Please sign in to comment.