Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pteich committed Oct 19, 2024
1 parent 8ea397d commit 29756b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
-
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action@v4
id: release
with:
token: ${{secrets.GITHUB_TOKEN}}
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest
LABEL org.opencontainers.image.source https://github.com/pteich/elastic-query-export
LABEL org.opencontainers.image.source https://github.com/pteich/clai

COPY elastic-query-export /usr/bin/elastic-query-export
COPY clai /usr/bin/clai

ENTRYPOINT ["/usr/bin/elastic-query-export"]
ENTRYPOINT ["/usr/bin/clai"]

0 comments on commit 29756b9

Please sign in to comment.