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 7f96800 commit 91a1521Copy full SHA for 91a1521
.github/workflows/release-official-images.yml
@@ -50,7 +50,8 @@ jobs:
50
uses: actions/checkout@v4
51
with:
52
fetch-depth: 0
53
- repository: docker-library/official-images
+ # repository: docker-library/official-images
54
+ repository: ${{ github.repository_owner }}/official-images
55
token: ${{ fromJSON(steps.secrets.outputs.vault).gh-public-token }}
56
- name: retrieve generated official-images file
57
uses: actions/download-artifact@v4
@@ -69,5 +70,4 @@ jobs:
69
70
title: "DO-NOT-MERGE trying out automation of sonarqube releases"
71
push-to-fork: ${{ github.repository_owner }}/official-images
72
body: ""
- labels: automated-release
73
0 commit comments