Skip to content
Snippets Groups Projects
Unverified Commit 6d6a749e authored by Stefan Lankes's avatar Stefan Lankes Committed by GitHub
Browse files

Merge pull request #630 from stlankes/deploy

build image from ghcr.io/hermit-os/hermit_env
parents 633983f2 5cc3d481
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ jobs:
- name: Create dockerfile for axum
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 axum-example hermit/axum-example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment