Skip to content

Commit f9edb77

Browse files
committed
another readme update
1 parent f1d943c commit f9edb77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ The base image is built first, and then language images, and finally project ima
130130
Docker images are scanned for vulnerabilities using trivy as part of a build step, and the build fails if vulnerabilities are found not in .trivyignore file.
131131

132132
For pull requests, images are tagged with the pr-{pull request id}-{short commit sha}.
133-
For merges to main, images are tagged with the {short commit sha}.
134-
Github actions images are tagged with githubactions-{tag}
133+
For merges to main, images are tagged with the ci-{short commit sha}.
134+
Github actions images are tagged with githubactions-{full tag}
135135
Amd64 images are tagged with {tag}-amd64
136136
Arm64 images are tagged with {tag}-arm64
137137
Combined image manifest image is just tagged with {tag} so can be included in devcontainer.json and the correct image is pulled based on the host architecture.

0 commit comments

Comments
 (0)