Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
xxeonge committed Jul 3, 2024
1 parent 6be7fff commit 8e0ebc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish thanos-event-listener (nightly)
on:
push:
branches:
- main
- OR-1691-thanos-event-listener-deploy-github-action-CI

jobs:
version:
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ FROM --platform=${TARGETOS}/${TARGETARCH} busybox:latest
COPY --from=thanos-build /thanos-events/thanos-app-notif /bin/thanos-app-notif
COPY --from=certs /etc/ssl/certs /etc/ssl/certs

ENTRYPOINT [ "thanos-app-notif" ]
ENTRYPOINT [ "thanos-app-notif" ]

CMD ["listener"]

0 comments on commit 8e0ebc8

Please sign in to comment.