Skip to content

Commit d7befe7

Browse files
committed
fix: fix Attention tag
1 parent a23fcd9 commit d7befe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/snippets/github-actions-with-prebuilt-docker-images-for-do.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ To use prebuilt container images, navigate to the **DigitalOcean Container Regis
2626
<Step title="Add new GitHub Actions workflows">
2727
Add two new GitHub Actions workflows to build and push updated images so they can be attached to your DigitalOcean Apps.
2828

29-
<Attention>
29+
<Note>
3030
Don’t forget to replace `ship-demo` in `registry.digitalocean.com/ship-demo/ship-demo-...` with your own values from DigitalOcean.
31-
</Attention>
31+
</Note>
3232

3333
```yaml .github/workflows/api-staging-build-and-push-image.yml expandable
3434
name: Build and Push Staging API Image to DigitalOcean

0 commit comments

Comments
 (0)