Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Isaiah Stapleton <istaplet@redhat.com>
  • Loading branch information
IsaiahStapleton committed Dec 13, 2023
1 parent 3458836 commit ac2948f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Container_Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ac2948f

Please sign in to comment.