We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ef008 commit 9c00d37Copy full SHA for 9c00d37
1 file changed
.github/workflows/docker.yaml
@@ -2,7 +2,7 @@ on:
2
release:
3
types: [created]
4
workflow_dispatch:
5
-
+
6
name: Build docker image
7
jobs:
8
build:
@@ -19,6 +19,6 @@ jobs:
19
# run: |
20
# docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/nuclearcat/kernelci-storage:latest --push .
21
run: |
22
- docker buildx build --platform linux/amd64 -t ghcr.io/kernelci/kernelci-storage:latest --push .
23
+ docker buildx build --platform linux/amd64 -t ghcr.io/nuclearcat/kernelci-storage:latest --push .
24
0 commit comments