fix(ci): use fully qualified container image names
This commit is contained in:
@@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
check-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
container: commitlint/commitlint:21.2.1
|
||||
container: docker.io/commitlint/commitlint:21.2.1
|
||||
steps:
|
||||
- uses: actions/checkout@v7.0.0
|
||||
- name: check PR title
|
||||
|
||||
@@ -15,7 +15,7 @@ env:
|
||||
jobs:
|
||||
check-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine/helm:3.21.3
|
||||
container: docker.io/alpine/helm:3.21.3
|
||||
steps:
|
||||
- name: install tools
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user