Skip to content

Commit 38bbe01

Browse files
committed
fix(ci): update makefile target changed in 44c8892
1 parent 5ba55ed commit 38bbe01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Publish k8s-operator
5858
shell: bash
5959
run: |
60-
REPOS="ghcr.io/${{ github.repository }}/k8s-operator" TARGET="operator" ./build_docker.sh
60+
REPOS="ghcr.io/${{ github.repository }}/k8s-operator" TARGET="k8s-operator" ./build_docker.sh
6161
6262
- name: Publish k8s-nameserver
6363
shell: bash

0 commit comments

Comments
 (0)