Skip to content

Commit

Permalink
Revise repository paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheretic committed Oct 11, 2024
1 parent 6975d11 commit ede7144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
GITHUB_REPO: "throneless-tech/docker-mods" #don't modify
ENDPOINT: "throneless-tech/mods" #don't modify
ENDPOINT: "throneless-tech/docker-mods" #don't modify
BASEIMAGE: "webtop" #replace
MODNAME: "proot" #replace
MOD_VERSION: ${{ inputs.mod_version }} #don't modify
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

FROM scratch

LABEL maintainer="username"
LABEL maintainer="jheretic"
LABEL org.opencontainers.image.source https://github.com/throneless-tech/docker-mods

# copy local files
COPY root/ /

0 comments on commit ede7144

Please sign in to comment.