Skip to content

Commit

Permalink
include always the hermit-os environment
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Oct 7, 2024
1 parent a7d56ee commit 1bd8984
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create dockerfile for rusty_demo
run: |
cat << END > Dockerfile
FROM scratch
FROM ghcr.io/hermit-os/hermit_env:latest
COPY hermit-loader-x86_64 hermit/hermit-loader
COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc
COPY rusty_demo hermit/rusty_demo
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Create dockerfile for httpd
run: |
cat << END > Dockerfile
FROM scratch
FROM ghcr.io/hermit-os/hermit_env:latest
COPY hermit-loader-x86_64 hermit/hermit-loader
COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc
COPY httpd hermit/httpd
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Create dockerfile for webserver
run: |
cat << END > Dockerfile
FROM scratch
FROM ghcr.io/hermit-os/hermit_env:latest
COPY root root
COPY hermit-loader-x86_64 hermit/hermit-loader
COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc
Expand All @@ -107,7 +107,7 @@ jobs:
- name: Create dockerfile for tls-demo
run: |
cat << END > Dockerfile
FROM scratch
FROM ghcr.io/hermit-os/hermit_env:latest
COPY hermit-loader-x86_64 hermit/hermit-loader
COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc
COPY tls hermit/tls
Expand Down

0 comments on commit 1bd8984

Please sign in to comment.