Skip to content

Commit 27ef008

Browse files
committed
Update workflows to kernelci org
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 25b3894 commit 27ef008

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
release:
33
types: [created]
44
workflow_dispatch:
5-
5+
66
name: Build docker image
77
jobs:
88
build:
@@ -19,6 +19,6 @@ jobs:
1919
# run: |
2020
# docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/nuclearcat/kernelci-storage:latest --push .
2121
run: |
22-
docker buildx build --platform linux/amd64 -t ghcr.io/nuclearcat/kernelci-storage:latest --push .
23-
22+
docker buildx build --platform linux/amd64 -t ghcr.io/kernelci/kernelci-storage:latest --push .
23+
2424

0 commit comments

Comments
 (0)