Skip to content

Commit 9c00d37

Browse files
committed
Revert "Update workflows to kernelci org"
This reverts commit 27ef008.
1 parent 27ef008 commit 9c00d37

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/kernelci/kernelci-storage:latest --push .
23-
22+
docker buildx build --platform linux/amd64 -t ghcr.io/nuclearcat/kernelci-storage:latest --push .
23+
2424

0 commit comments

Comments
 (0)