fix(ci): use fully qualified container image names

This commit is contained in:
2026-07-20 18:38:03 +02:00
parent 60017bfc9e
commit 01a34e129c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ on:
jobs: jobs:
check-and-test: check-and-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: commitlint/commitlint:21.2.1 container: docker.io/commitlint/commitlint:21.2.1
steps: steps:
- uses: actions/checkout@v7.0.0 - uses: actions/checkout@v7.0.0
- name: check PR title - name: check PR title
+1 -1
View File
@@ -15,7 +15,7 @@ env:
jobs: jobs:
check-and-test: check-and-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: alpine/helm:3.21.3 container: docker.io/alpine/helm:3.21.3
steps: steps:
- name: install tools - name: install tools
run: | run: |