Skip to content

Commit

Permalink
fix tekton tasks on makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianriobo committed Nov 21, 2023
1 parent 553b91e commit fc53ce0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@ oci-push:
.PHONY: tkn-push
tkn-push: install-out-of-tree-tools
$(TOOLS_BINDIR)/tkn bundle push $(TKN_IMG) \
-f tkn/infra-management-aws.yaml \
-f tkn/infra-management-azure.yaml
-f tkn/infra-aws-fedora.yaml \
-f tkn/infra-aws-mac.yaml \
-f tkn/infra-aws-rhel.yaml \
-f tkn/infra-aws-windows-server.yaml \
-f tkn/infra-azure-windows-desktop.yaml

0 comments on commit fc53ce0

Please sign in to comment.