Skip to content

Commit dfe9f9d

Browse files
committed
Specify pushing to images repo
1 parent eccf277 commit dfe9f9d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create-test-mirror-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
if: ${{ steps.create-commit.outputs.has_changes == 'true' }}
8181
uses: DataDog/commit-headless@05d7b7ee023e2c7d01c47832d420c2503cd416f3 # action/v2.0.3
8282
with:
83+
target: DataDog/images
8384
token: "${{ steps.octo-sts.outputs.token }}"
8485
branch: "${{ steps.define-branch.outputs.branch }}"
8586
head-sha: "${{ steps.images-head.outputs.sha }}"

.github/workflows/update-mirror-digests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
if: ${{ steps.create-commit.outputs.has_changes == 'true' }}
9898
uses: DataDog/commit-headless@05d7b7ee023e2c7d01c47832d420c2503cd416f3 # action/v2.0.3
9999
with:
100+
target: DataDog/images
100101
token: "${{ steps.octo-sts.outputs.token }}"
101102
branch: "${{ steps.define-branch.outputs.branch }}"
102103
head-sha: "${{ steps.images-head.outputs.sha }}"

0 commit comments

Comments
 (0)