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
@@ -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: |