Skip to content

Commit 91a1521

Browse files
committed
SONAR-25358 move to internal fork for testing
1 parent 7f96800 commit 91a1521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-official-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
uses: actions/checkout@v4
5151
with:
5252
fetch-depth: 0
53-
repository: docker-library/official-images
53+
# repository: docker-library/official-images
54+
repository: ${{ github.repository_owner }}/official-images
5455
token: ${{ fromJSON(steps.secrets.outputs.vault).gh-public-token }}
5556
- name: retrieve generated official-images file
5657
uses: actions/download-artifact@v4
@@ -69,5 +70,4 @@ jobs:
6970
title: "DO-NOT-MERGE trying out automation of sonarqube releases"
7071
push-to-fork: ${{ github.repository_owner }}/official-images
7172
body: ""
72-
labels: automated-release
7373

0 commit comments

Comments
 (0)