Skip to content

Commit

Permalink
github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 29, 2023
1 parent df0e2f0 commit beca847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ docker:
VOLUME /atomic-storage
ENTRYPOINT ["/atomic-server-bin"]
# Push to github container registry
# SAVE IMAGE --push ghcr.io/atomicdata-dev/atomic-server:latest
SAVE IMAGE --push ghcr.io/atomicdata-dev/atomic-server:${tag}
# Push to dockerhub
SAVE IMAGE --push joepmeneer/atomic-server:${tag}
# SAVE IMAGE --push joepmeneer/atomic-server:${tag}

setup-playwright:
FROM mcr.microsoft.com/playwright:v1.38.0-jammy
Expand Down

0 comments on commit beca847

Please sign in to comment.