Skip to content

Commit aa57789

Browse files
committed
Change the release id
1 parent 6566620 commit aa57789

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests
1+
name: build
22

33
on:
44
push:
@@ -24,4 +24,5 @@ jobs:
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:
27+
releaseId: "tfprotocol"
2728
args: 'release/tfd'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN mkdir /root/.tfprotocol/
2323
# Copy the configuration to the container
2424
COPY 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
2727
RUN openssl genrsa -out /root/.tfprotocol/private.pem 2048
2828
RUN openssl rsa -in /root/.tfprotocol/private.pem -pubout -out /root/.tfprotocol/public.pem
2929
EXPOSE ${PORT}

0 commit comments

Comments
 (0)