Skip to content

Commit

Permalink
build image from ghcr.io/hermit-os/hermit_env
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Oct 6, 2024
1 parent 72ecb2f commit 5cc3d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cc3d48

Please sign in to comment.