From ac2948fdbeab8304c058eb7fdd39c58f9d519ce5 Mon Sep 17 00:00:00 2001 From: Isaiah Stapleton Date: Wed, 13 Dec 2023 17:08:29 -0500 Subject: [PATCH] test Signed-off-by: Isaiah Stapleton --- .github/workflows/Container_Test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Container_Test.yaml b/.github/workflows/Container_Test.yaml index c17c330..957c500 100644 --- a/.github/workflows/Container_Test.yaml +++ b/.github/workflows/Container_Test.yaml @@ -38,10 +38,10 @@ jobs: sec_cut=${elapsed#*.} #get the decimal sec_round="${sec_cut:0:1}.${sec_cut:1}" sec=$(echo "$sec_round * 6" | bc -l) #calc secs - echo "${min}m${sec}s" > time.txt #send to file for use in diff run + echo "${min}.m_${sec}.s" > time.txt #send to file for use in diff run IMAGE=$(docker images --format "{{.Repository}}:{{.Tag}}" | head -n 1) #get built image echo "Image = $IMAGE" - echo $IMAGE > ./image.txt + echo $IMAGE > image.txt - name: Push Beta Version run: |