Skip to content

Commit

Permalink
skill issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fukiame committed Aug 6, 2023
1 parent e566c4d commit e90e790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@master

- name: copy stuff to the docker dir lmao
run: |
cp *.sh ./docker/
cp -r toolchains ./docker/
- name: drop all work to docker and flee
uses: ./docker/
id: a
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/library/debian:bookworm-slim
ENV DEBIAN_FRONTEND noninteractive
COPY entrypoint.sh /entrypoint.sh
COPY ../*.sh /github/workspace
COPY ../toolchains /github/workspace
COPY *.sh /github/workspace
COPY toolchains /github/workspace
ENTRYPOINT [ "/entrypoint.sh" ]

0 comments on commit e90e790

Please sign in to comment.