Skip to content

Commit 1fc4f71

Browse files
authored
Merge pull request #31 from mutablelogic/v1
Finished dockerfile work
2 parents 1f1ba0a + edfd4c9 commit 1fc4f71

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
matrix:
7373
include:
7474
- tag: ${{ needs.var.outputs.tag }}
75-
- tag: latest
75+
- tag: latest # TODO: Skip this if the event calling is not publishing a release
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Login

etc/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ COPY --from=builder /usr/src/app/build/* /usr/local/bin/
1919
COPY etc/entrypoint.sh .
2020
RUN chmod +x entrypoint.sh
2121

22+
# Install the api commands
23+
RUN api install
24+
2225
# Labels
2326
LABEL org.opencontainers.image.source=${SOURCE}
2427

0 commit comments

Comments
 (0)