Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 committed Jul 4, 2023
1 parent 8023415 commit c300940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
include:
-
name: cpusets-controller
image: kubeservice-stack/cpusets-controller
image: dongjiang1989/cpusets-controller
file: ./hack/build/Dockerfile.cpusets
platforms: linux/amd64,linux/arm64
-
name: cpusets-device-plugin
image: kubeservice-stack/cpusets-device-plugin
image: dongjiang1989/cpusets-device-plugin
file: ./hack/build/Dockerfile.deviceplugin
platforms: linux/amd64,linux/arm64
-
name: cpusets-webhook
image: kubeservice-stack/cpusets-webhook
image: dongjiang1989/cpusets-webhook
file: ./hack/build/Dockerfile.webhook
platforms: linux/amd64,linux/arm64

Expand Down

0 comments on commit c300940

Please sign in to comment.