chore: move to conventional-tools docker hub image

This commit is contained in:
Ade Attwood 2023-05-31 16:21:09 +01:00
parent 3470363a8a
commit e5fa389bdc
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: