Skip to content

Commit 9378f94

Browse files
committed
ci: working out ci build
1 parent 2897546 commit 9378f94

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ jobs:
88
ci:
99
env:
1010
IMAGE_NAME: "hex_tiny"
11-
strategy:
12-
fail-fast: false
13-
matrix:
14-
include:
15-
- pair:
16-
elixir: '1.18.3-otp-27'
17-
otp: '27.3.1'
1811

1912
runs-on: ubuntu-24.04
2013

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM elixir:1.18-alpine
2-
ADD entrypoint.sh /
2+
ADD docker/entrypoint.sh /
33
RUN apk update && apk add openssl
44
RUN mkdir /acme
55
RUN cd /acme && openssl genrsa -out private_key.pem

0 commit comments

Comments
 (0)