You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,9 @@ Open the `version.py` file and update the version number:
85
85
version ="0.0.10"# Update to a new version number
86
86
```
87
87
88
-
Open the `manifests/deployment.yaml` file and update the version number:
88
+
Open the `manifests/deployment.yaml` file and update the container repository name and the version number:
89
89
```yaml
90
-
image: ghcr.io/simonpanworg/code2cloud-python-flask-webserver:v0.0.10 # Update to a new version number
90
+
image: ghcr.io/<your-github-username>/code2cloud-python-flask-webserver:v0.0.10 # Update the ontainer repository name with your github username and the version number
image: ghcr.io/<your-github-username>/code2cloud-python-flask-webserver:v0.0.9# Update the repo container repository name with your github username and the version number
0 commit comments