Skip to content

Commit 391ae13

Browse files
committed
WIP
1 parent ee2f966 commit 391ae13

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/generate_binaries.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ jobs:
4949
password: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Yadoms build script
52-
uses: Yadoms/build-yadoms-action@v4.0.2-beta.1
52+
uses: Yadoms/build-yadoms-action@v4.0.2-beta.1 #TODO officialiser version
5353
with:
54+
registry: ghcr.io
55+
username: ${{ github.actor }}
56+
password: ${{ secrets.GITHUB_TOKEN }}
5457
buildImage: ${{ matrix.target.image }}
5558
privileged: ${{ matrix.target.privileged }}
5659
entrypoint: "sh /entrypoint_docker.sh" #TODO utile ?

0 commit comments

Comments
 (0)