chore: move to conventional-tools docker hub image
This commit is contained in:
parent
3470363a8a
commit
11d139db40
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ct-commitlint.yml
vendored
2
.github/workflows/ct-commitlint.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
2
.github/workflows/ct-release.yml
vendored
2
.github/workflows/ct-release.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue