Skip to content

Commit

Permalink
change org
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Sep 11, 2024
1 parent 778e91f commit b27d2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-other-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY: ghcr.io
ORG: flatcar
ORG: krnowak

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion kola/tests/packages/openiscsi.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker_args=(
--rm
)
docker run "${docker_args[@]}" ghcr.io/flatcar/targetcli-fb bash -c 'targetcli </shared/init.script'
docker run "${docker_args[@]}" ghcr.io/krnowak/targetcli-fb bash -c 'targetcli </shared/init.script'
`)

clientScript2 = util.TrimLeftSpace(`
Expand Down

0 comments on commit b27d2cd

Please sign in to comment.