Skip to content

Commit 1e66947

Browse files
authored
fix: remove duplicate sha256: in release notes (#922)
* fix: remove duplicate sha256: in release notes * chore: apply linter suggestion
1 parent 9eb7f01 commit 1e66947

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/RELEASE_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
#### :bookmark: Packages
1010

11-
| Container | Full identifier |
12-
|-----------------------|---------------------------------------------------------------------------------------------------------------------------|
13-
| amp-devcontainer-cpp | ghcr.io/philips-software/amp-devcontainer-cpp:{{ amp-devcontainer-cpp-version }}@sha256:{{ amp-devcontainer-cpp-sha }} |
14-
| amp-devcontainer-rust | ghcr.io/philips-software/amp-devcontainer-rust:{{ amp-devcontainer-rust-version }}@sha256:{{ amp-devcontainer-rust-sha }} |
11+
| Container | Full identifier |
12+
|-----------------------|--------------------------------------------------------------------------------------------------------------------|
13+
| amp-devcontainer-cpp | ghcr.io/philips-software/amp-devcontainer-cpp:{{ amp-devcontainer-cpp-version }}@{{ amp-devcontainer-cpp-sha }} |
14+
| amp-devcontainer-rust | ghcr.io/philips-software/amp-devcontainer-rust:{{ amp-devcontainer-rust-version }}@{{ amp-devcontainer-rust-sha }} |
1515

0 commit comments

Comments
 (0)