Skip to content

Commit

Permalink
feat: added tag checker action to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliif committed Aug 7, 2024
1 parent 15e61b2 commit d007acb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Squonk2 job container tag checker
uses: informaticsmatters/squonk2-job-container-tag-checker-action@v1
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
- name: Set up Python
Expand Down

0 comments on commit d007acb

Please sign in to comment.