Skip to content

Commit 564e9fe

Browse files
committed
9.5
1 parent b8b4b88 commit 564e9fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
run: |
5454
gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
5555
56-
# Check for dockerfile
57-
- name: Check dockerfile exists
56+
# Check for Dockerfile
57+
- name: Check Dockerfile exists
5858
run: |
5959
if [ ! -f docker/Dockerfile ]; then
60-
echo "Error: dockerfile not found"
60+
echo "Error: Dockerfile not found"
6161
exit 1
6262
fi
6363

0 commit comments

Comments
 (0)