Skip to content

Commit b2b2efa

Browse files
author
Giorgia Amici
committed
AIRSHIP-3913 Minor tweaks
1 parent b823537 commit b2b2efa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
uses: docker/metadata-action@v5
1919
with:
2020
images: quay.io/uswitch/node-problem-detector
21-
tags: type=sha,prefix=,format=long
21+
tags: |
22+
type=semver,pattern={{raw}}
23+
type=sha,prefix=,format=long
2224
- uses: docker/build-push-action@v6
2325
with:
2426
context: .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The scripts details can be found in `/config/plugin/` but ultimately, they are:
1212

1313

1414
## Notes
15-
*July 2024 -* The custom `node problem detector` image is now stored in the `uswitch/node_problem_detectr` repository on Quay.
15+
*July 2024 -* The custom `node problem detector` image is now stored in the `uswitch/node-problem-detector` repository on Quay.
1616
<br>

0 commit comments

Comments
 (0)