Authorize container to publish flutter pub packages
This commit is contained in:
parent
0c78f1344e
commit
ef0b7a47b8
1 changed files with 4 additions and 0 deletions
|
@ -73,4 +73,8 @@ RUN /flutter/bin/flutter doctor
|
|||
|
||||
RUN /flutter/bin/flutter precache
|
||||
|
||||
ADD pub.secret /
|
||||
|
||||
RUN cat /pub.secret | dart pub token add https://forgejo.example.com/api/packages/ariascreations/pub
|
||||
|
||||
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]
|
Loading…
Reference in a new issue