Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 3, 2024
1 parent 95d3871 commit 16ec560
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
VERSION 0.8

Check failure on line 1 in Earthfile

View workflow job for this annotation

GitHub Actions / ci / publish / .+publish

No images produced. Cannot publish.

publish:
FROM ubuntu:latest

RUN echo "Hello World" > hello.txt
SAVE IMAGE test:latest
14 changes: 7 additions & 7 deletions forge/cli/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ release:

SAVE ARTIFACT bin/forge forge

publish:
FROM debian:bookworm-slim
WORKDIR /workspace
ARG tag=latest
# publish:
# FROM debian:bookworm-slim
# WORKDIR /workspace
# ARG tag=latest

COPY +build/forge /usr/local/bin/forge
# COPY +build/forge /usr/local/bin/forge

ENTRYPOINT ["/usr/local/bin/forge"]
SAVE IMAGE forge:${tag}
# ENTRYPOINT ["/usr/local/bin/forge"]
# SAVE IMAGE forge:${tag}

0 comments on commit 16ec560

Please sign in to comment.