Compare commits

...

1 commit

Author SHA1 Message Date
11d139db40 chore: move to conventional-tools docker hub image 2023-05-31 16:21:09 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
commits: commits:
name: Commitlint name: Commitlint
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: registry.k1.zportal.co.uk/practically-oss/conventional-tools:1.x container: practically/conventional-tools:1.x@sha256:647d6e4b3edfcbac6054b90f74d2c61a022152751b94484d54e13695a9e27377
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3

View file

@ -11,7 +11,7 @@ jobs:
release: release:
name: Release name: Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: registry.k1.zportal.co.uk/practically-oss/conventional-tools:1.x container: practically/conventional-tools:1.x@sha256:647d6e4b3edfcbac6054b90f74d2c61a022152751b94484d54e13695a9e27377
env: env:
CT_TOKEN: ${{ secrets.GITHUB_TOKEN }} CT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps: