Skip to content

Commit fbb7222

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 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
@@ -135,6 +135,8 @@ To use prebuilt container images, navigate to the **DigitalOcean Container Regis
135135
target: runner
136136
cache-from: type=registry,ref=registry.digitalocean.com/ship-demo/ship-demo-web:cache
137137
cache-to: type=registry,ref=registry.digitalocean.com/ship-demo/ship-demo-web:cache,mode=max
138+
build-args: |
139+
APP_ENV=staging
138140
139141
```
140142
</Step>

0 commit comments

Comments
 (0)