Skip to content

Commit

Permalink
change to push
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmct committed Aug 16, 2022
1 parent 08b4ada commit 68b728e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions desktop-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "docker_image" "coder_image" {
Update the template:

```sh
coder template update desktop-container
coder template push desktop-container
```

You can also remove images from the validation list. Workspaces using older template versions will continue using
Expand Down Expand Up @@ -150,7 +150,7 @@ resource "docker_image" "coder_image" {
Update the template:

```sh
coder template update docker-image-builds
coder template push docker-image-builds
```

Optional: Update workspaces to the latest template version
Expand Down
4 changes: 2 additions & 2 deletions docker-workspaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ resource "docker_image" "coder_image" {
Update the template:

```sh
coder template update docker-image-builds
coder template push docker-image-builds
```

You can also remove images from the validation list. Workspaces using older template versions will continue using
Expand Down Expand Up @@ -135,7 +135,7 @@ resource "docker_image" "coder_image" {
Update the template:

```sh
coder template update docker-image-builds
coder template push docker-image-builds
```

Optional: Update workspaces to the latest template version
Expand Down
4 changes: 2 additions & 2 deletions matlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ resource "docker_image" "coder_image" {
Update the template:

```sh
coder template update desktop-container
coder template push desktop-container
```

You can also remove images from the validation list. Workspaces using older template versions will continue using
Expand Down Expand Up @@ -146,7 +146,7 @@ resource "docker_image" "coder_image" {
Update the template:

```sh
coder template update docker-image-builds
coder template push docker-image-builds
```

Optional: Update workspaces to the latest template version
Expand Down
4 changes: 2 additions & 2 deletions pretty-vars/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Develop in Docker
description: Run workspaces on a Docker host using registry images
description: Run workspaces on a Docker host using registry images
tags: [local, docker]
---

Expand Down Expand Up @@ -37,7 +37,7 @@ variable "docker_image" {
Update the template:

```sh
coder template update docker
coder template push docker
```

You can also remove images from the validation list. Workspaces using older template versions will continue using
Expand Down
4 changes: 2 additions & 2 deletions projector-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ resource "docker_image" "coder_image" {
Update the template:

```sh
coder template update docker-image-builds
coder template push docker-image-builds
```

You can also remove images from the validation list. Workspaces using older template versions will continue using
Expand Down Expand Up @@ -160,7 +160,7 @@ resource "docker_image" "coder_image" {
Update the template:

```sh
coder template update docker-image-builds
coder template push docker-image-builds
```

Optional: Update workspaces to the latest template version
Expand Down

0 comments on commit 68b728e

Please sign in to comment.