Skip to content

Commit 61954b8

Browse files
author
David Wertenteil
committed
update actions
Signed-off-by: David Wertenteil <[email protected]>
1 parent 901716a commit 61954b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr-merged.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ on:
1313

1414
jobs:
1515
pr-merged:
16-
if: ${{ github.event.pull_request.merged == true }} ## Skip if not merged
1716
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-merged.yaml@main
1817
with:
19-
IMAGE_NAME: quay.io/${{ github.repository_owner }}/node-agent
20-
IMAGE_TAG: v0.1.${{ github.run_number }}
18+
IMAGE_NAME: quay.io/kubescape/node-agent
19+
IMAGE_TAG: v0.1.136
2120
COMPONENT_NAME: nodeAgent
2221
CGO_ENABLED: 0
2322
GO111MODULE: "on"

0 commit comments

Comments
 (0)