Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danipaniii authored and Heiko Holz committed Feb 10, 2023
1 parent 42dd6a8 commit 9e501eb
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -59,9 +59,9 @@ jobs:
token: ${{ github.token }}
name: Version ${{ github.ref_name }}
body: |
${{ steps.build_changelog.outputs.changelog }}
"You can also find the corresponding documentation online under the following link: [inspectIT Ocelot Documentation](http://docs.inspectit.rocks)"
${{ steps.build_changelog.outputs.changelog }}
build_and_publish_docker_images:
name: "Build and Push Docker Images"
runs-on: ubuntu-latest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11-jre-slim

ADD ./components/inspectit-ocelot-configurationserver/docker/ /
ADD ./ /
ENTRYPOINT ["sh", "/entrypoint.sh"]
2 changes: 1 addition & 1 deletion inspectit-ocelot-agent/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM busybox

ADD ./inspectit-ocelot-agent/docker/ /
ADD ./ /
RUN ln /inspectit-ocelot-agent.jar /javaagent.jar &&\
chmod -R go+r /javaagent.jar

0 comments on commit 9e501eb

Please sign in to comment.