We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce83c7e commit e64f7adCopy full SHA for e64f7ad
.github/workflows/pipeline.yaml
@@ -51,6 +51,8 @@ jobs:
51
steps:
52
- name: Checkout
53
uses: actions/checkout@v3
54
+ with:
55
+ ref: ${{ github.event.pull_request.head.sha }}
56
57
- name: Setup golang
58
uses: actions/setup-go@v3
@@ -70,6 +72,9 @@ jobs:
70
72
71
73
74
75
76
77
+
78
- name: Complie manifests
79
uses: azure/k8s-bake@v2
80
with:
@@ -84,6 +89,8 @@ jobs:
84
89
85
90
86
91
92
93
87
94
88
95
- name: Login to Container Registry
96
uses: docker/login-action@v2
0 commit comments