From e5fa389bdccd3a6ae3abd3cc6762790a32712870 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Wed, 31 May 2023 16:21:09 +0100 Subject: [PATCH] chore: move to conventional-tools docker hub image --- .github/workflows/ct-commitlint.yml | 2 +- .github/workflows/ct-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ct-commitlint.yml b/.github/workflows/ct-commitlint.yml index ebee6c2..15ab8e0 100644 --- a/.github/workflows/ct-commitlint.yml +++ b/.github/workflows/ct-commitlint.yml @@ -8,7 +8,7 @@ jobs: commits: name: Commitlint 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: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/ct-release.yml b/.github/workflows/ct-release.yml index 7ca1471..608da30 100644 --- a/.github/workflows/ct-release.yml +++ b/.github/workflows/ct-release.yml @@ -11,7 +11,7 @@ jobs: release: name: Release 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: CT_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: