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 ee2f966 commit 391ae13Copy full SHA for 391ae13
1 file changed
.github/workflows/generate_binaries.yml
@@ -49,8 +49,11 @@ jobs:
49
password: ${{ secrets.GITHUB_TOKEN }}
50
51
- name: Yadoms build script
52
- uses: Yadoms/build-yadoms-action@v4.0.2-beta.1
+ uses: Yadoms/build-yadoms-action@v4.0.2-beta.1 #TODO officialiser version
53
with:
54
+ registry: ghcr.io
55
+ username: ${{ github.actor }}
56
+ password: ${{ secrets.GITHUB_TOKEN }}
57
buildImage: ${{ matrix.target.image }}
58
privileged: ${{ matrix.target.privileged }}
59
entrypoint: "sh /entrypoint_docker.sh" #TODO utile ?
0 commit comments