Skip to content

Commit eea77b7

Browse files
authored
Merge branch 'develop' into dependabot/pip/bleach-3.1.4
2 parents ea21420 + 81e3762 commit eea77b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
if [ -n "$prod_diff" ]; then
5353
prod_diff_msg=$(cat <<EOF
5454
To be applied to prod from $prod_manifest_dir:
55-
```diff
55+
\`\`\`diff
5656
$prod_diff
57-
```
57+
\`\`\`
5858
5959
EOF)
6060
fi

k8s/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
app: chime
2626
spec:
2727
containers:
28-
- image: docker.pkg.github.com/codeforphilly/chime/penn-chime:1.1.0-rc.5
28+
- image: docker.pkg.github.com/codeforphilly/chime/penn-chime:1.1.0
2929
name: chime
3030
ports:
3131
- containerPort: 8000

0 commit comments

Comments
 (0)