From b2b2efad4325ab275f119cb3185534b60a1a2993 Mon Sep 17 00:00:00 2001 From: Giorgia Amici Date: Wed, 10 Jul 2024 12:39:56 +0100 Subject: [PATCH] AIRSHIP-3913 Minor tweaks --- .github/workflows/push.yaml | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5dd5b10..f44ea4d 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -18,7 +18,9 @@ jobs: uses: docker/metadata-action@v5 with: images: quay.io/uswitch/node-problem-detector - tags: type=sha,prefix=,format=long + tags: | + type=semver,pattern={{raw}} + type=sha,prefix=,format=long - uses: docker/build-push-action@v6 with: context: . diff --git a/README.md b/README.md index fc55c5a..74eee4f 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ The scripts details can be found in `/config/plugin/` but ultimately, they are: ## Notes -*July 2024 -* The custom `node problem detector` image is now stored in the `uswitch/node_problem_detectr` repository on Quay. +*July 2024 -* The custom `node problem detector` image is now stored in the `uswitch/node-problem-detector` repository on Quay.
\ No newline at end of file