Wrong binary...

This commit is contained in:
Bad Manners 2024-09-09 13:51:54 -03:00
parent c48a881cf8
commit b36e7a64af
2 changed files with 1 additions and 2 deletions

View file

@ -44,6 +44,5 @@ jobs:
push: true
platforms: |
linux/amd64
linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View file

@ -6,4 +6,4 @@ RUN cargo build --release
FROM alpine:3.20
COPY --from=builder /usr/src/app/target/release/htmx-ssh-games /usr/local/bin/htmx-ssh-games
ENTRYPOINT [ "app" ]
ENTRYPOINT [ "htmx-ssh-games" ]