File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- name : tests
1+ name : build
22
33on :
44 push :
2424 env :
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2626 with :
27+ releaseId : " tfprotocol"
2728 args : ' release/tfd'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN mkdir /root/.tfprotocol/
2323# Copy the configuration to the container
2424COPY conf/example.conf /root/.tfprotocol/release.conf
2525# Install openssl and generate the RSA keypair
26- RUN apt-get update && apt-get install openssl python3 libmariadb-dev libpq-dev libsqlite3-dev libmysqlclient-dev -y
26+ RUN apt-get update && apt-get install openssl python3 libmariadb-dev libpq-dev libsqlite3-dev -y
2727RUN openssl genrsa -out /root/.tfprotocol/private.pem 2048
2828RUN openssl rsa -in /root/.tfprotocol/private.pem -pubout -out /root/.tfprotocol/public.pem
2929EXPOSE ${PORT}
You can’t perform that action at this time.
0 commit comments