Skip to content

Commit 658319c

Browse files
committed
remove random characters
1 parent ac3247d commit 658319c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ jobs:
104104
set -e
105105
IMAGE_ID=$(docker images persistence --format '{{.Repository}}:{{.Tag}} {{.ID}}' | grep '^persistence:' | awk '{print $2}' | head -n 1)
106106
if [ -z "$IMAGE_ID" ]; then
107-
echo "Could not find any image tagged with repository 'persistence'"
107+
echo "Could not find any image tagged with repository 'persistence'"
108108
docker images
109109
exit 1
110110
fi
111-
echo "Found image ID: $IMAGE_ID — tagging as persistence:local"
111+
echo "Found image ID: $IMAGE_ID — tagging as persistence:local"
112112
docker tag "$IMAGE_ID" persistence:local
113113
- name: Setup Go with cache
114114
uses: magnetikonline/action-golang-cache@v4

0 commit comments

Comments
 (0)