Skip to content

Commit

Permalink
Fix errors in Dockerfile names
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Dec 12, 2020
1 parent 45f6078 commit 56000e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: TransLunarInjection/no-more-mr-dice-guy:latest
tags: translunarinjection/no-more-mr-dice-guy:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "#[cfg(test)] fn main() {println!(\"if you see this, the build broke\")

RUN cargo build --release

RUN rm -f target/release/deps/import-ynab* src/lib.rs
RUN rm -f target/release/deps/no_more_mr_dice_guy* src/lib.rs

COPY . .

Expand All @@ -28,7 +28,7 @@ WORKDIR /home/nmmdg/

COPY --from=cargo-build /usr/src/nmmdg/target/release/no_more_mr_dice_guy nmmdg

RUN chown nmmdg:nmmdg no_more_mr_dice_guy
RUN chown nmmdg:nmmdg nmmdg

USER nmmdg

Expand Down

0 comments on commit 56000e8

Please sign in to comment.