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