Skip to content

Commit b746101

Browse files
committed
build: minor changes
1 parent 105afb1 commit b746101

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build and Push Images
22

33
on:
4-
# push:
5-
# # branches:
6-
# # - main
7-
# tags:
8-
# - 'v*.*.*'
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- 'v*.*.*'
99
workflow_dispatch:
1010

1111
jobs:

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ kustomize-view:
3434
kubectl kustomize k8s/kustomization/base
3535

3636
kustomize-apply:
37-
kubectl apply -k k8s/kustomization/base
37+
kubectl apply -k k8s/kustomization/base
38+
39+
kustomize-delete:
40+
kubectl delete -k k8s/kustomization/base

0 commit comments

Comments
 (0)