Skip to content

Commit

Permalink
test set package name
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Mar 30, 2024
1 parent 7fcaebb commit ba8a2f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
images: ghcr.io/${{ github.repository_owner }}/lila-ci

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down
2 changes: 0 additions & 2 deletions docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ ENV JAVA_HOME=/jdk-21
ENV PATH=/jdk-21/bin:$PATH
ENV LANG=C.utf8

LABEL version="0.0.1"

WORKDIR /lila
CMD mongod --fork --logpath /var/log/mongodb/mongod.log --dbpath /seeded \
&& redis-server --daemonize yes \
Expand Down

0 comments on commit ba8a2f4

Please sign in to comment.