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 901716a commit 61954b8Copy full SHA for 61954b8
.github/workflows/pr-merged.yaml
@@ -13,11 +13,10 @@ on:
13
14
jobs:
15
pr-merged:
16
- if: ${{ github.event.pull_request.merged == true }} ## Skip if not merged
17
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-merged.yaml@main
18
with:
19
- IMAGE_NAME: quay.io/${{ github.repository_owner }}/node-agent
20
- IMAGE_TAG: v0.1.${{ github.run_number }}
+ IMAGE_NAME: quay.io/kubescape/node-agent
+ IMAGE_TAG: v0.1.136
21
COMPONENT_NAME: nodeAgent
22
CGO_ENABLED: 0
23
GO111MODULE: "on"
0 commit comments