Wrong binary...
This commit is contained in:
parent
c48a881cf8
commit
b36e7a64af
2 changed files with 1 additions and 2 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -44,6 +44,5 @@ jobs:
|
|||
push: true
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue