We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3247d commit 658319cCopy full SHA for 658319c
1 file changed
.github/workflows/e2e-testing.yaml
@@ -104,11 +104,11 @@ jobs:
104
set -e
105
IMAGE_ID=$(docker images persistence --format '{{.Repository}}:{{.Tag}} {{.ID}}' | grep '^persistence:' | awk '{print $2}' | head -n 1)
106
if [ -z "$IMAGE_ID" ]; then
107
- echo "❌ Could not find any image tagged with repository 'persistence'"
+ echo "Could not find any image tagged with repository 'persistence'"
108
docker images
109
exit 1
110
fi
111
- echo "✅ Found image ID: $IMAGE_ID — tagging as persistence:local"
+ echo "Found image ID: $IMAGE_ID — tagging as persistence:local"
112
docker tag "$IMAGE_ID" persistence:local
113
- name: Setup Go with cache
114
uses: magnetikonline/action-golang-cache@v4
0 commit comments