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 efccca2 commit 1e45180
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
^build.*
^check.*
^test.*
^publish.*
publish
# check:
# uses: ./.github/workflows/run.yml
Expand Down
7 changes: 0 additions & 7 deletions Earthfile

This file was deleted.

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 1e45180

Please sign in to comment.