Skip to content

Commit 81b385b

Browse files
committed
Add new field
1 parent e24f9e4 commit 81b385b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
artifactory_username: [email protected]
2626
tag_name: dev
2727
target: ${{ matrix.docker }}
28+
repository: artifactory.internal.sysdig.com

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
artifactory_token: ${{ secrets.ARTI_TOKEN }}
2121
artifactory_username: [email protected]
2222
tag_name: ${{ github.event.release.tag_name }}
23-
target: ${{ matrix.docker }}
23+
target: ${{ matrix.docker }}
24+
repository: artifactory.internal.sysdig.com

0 commit comments

Comments
 (0)