We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab899d2 + dedf711 commit 11edc40Copy full SHA for 11edc40
.github/workflows/release.yml
@@ -10,9 +10,6 @@ on:
10
- '**.md'
11
- '.**'
12
13
- # Allows you to run this workflow manually from the Actions tab
14
- workflow_dispatch:
15
-
16
jobs:
17
release:
18
name: Release
Dockerfile
@@ -5,7 +5,6 @@ RUN useradd -g spring spring
5
USER spring:spring
6
7
# https://github.com/microsoft/ApplicationInsights-Java/releases
8
-# application insight 3.4.19
9
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.4.19/applicationinsights-agent-3.4.19.jar /applicationinsights-agent.jar
COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json
0 commit comments