Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsung committed Dec 10, 2024
1 parent 707c1cc commit 81f551a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
context: .
file: ./Containerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ env.IMAGE_REGISTRY }}/idevsig/filetas:latest

Expand Down Expand Up @@ -72,6 +72,6 @@ jobs:
with:
context: .
file: ./Containerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: idevsig/filetas:latest
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM alpine:latest
LABEL maintainer="Jetsung Chan<[email protected]>"

WORKDIR /app
COPY --from=builder /usr/local/cargo/bin/filetas /usr/local/bin/filetas
COPY --from=builder /app/filetas /usr/local/bin/filetas
COPY --from=builder /app/static /app/static
COPY --from=builder /app/templates /app/templates

Expand Down

0 comments on commit 81f551a

Please sign in to comment.