Skip to content

Commit

Permalink
Merge pull request #630 from stlankes/deploy
Browse files Browse the repository at this point in the history
build image from ghcr.io/hermit-os/hermit_env
  • Loading branch information
stlankes authored Oct 6, 2024
2 parents 633983f + 5cc3d48 commit 6d6a749
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 6d6a749

Please sign in to comment.