Skip to content

Commit

Permalink
Merge pull request #20 from uswitch/AIRSHIP-3913-tweak-tags
Browse files Browse the repository at this point in the history
AIRSHIP-3913 Minor tweaks
  • Loading branch information
giorgia-amici authored Jul 10, 2024
2 parents b823537 + b2b2efa commit c401dd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br>

0 comments on commit c401dd4

Please sign in to comment.