Skip to content

Commit

Permalink
fix(service): add missing '=' when invoking ko (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Trieflinger <[email protected]>
  • Loading branch information
strieflin authored Jul 27, 2023
1 parent 2e1c776 commit ebe4c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service.publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
ko publish -B \
--tags=${{ steps.meta.outputs.tags }} \
--image-label ${{ steps.meta.outputs.labels }} \
--image-label=${{ steps.meta.outputs.labels }} \
github.com/carbynestack/ephemeral/cmd/discovery \
github.com/carbynestack/ephemeral/cmd/ephemeral \
github.com/carbynestack/ephemeral/cmd/network-controller

0 comments on commit ebe4c84

Please sign in to comment.