Skip to content

Commit

Permalink
Merge pull request #23 from inspectIT/fixes_docker_image_publishing
Browse files Browse the repository at this point in the history
Fixes docker image publishing
  • Loading branch information
quandor committed Jan 11, 2023
2 parents e8fd94f + e1003cf commit e533581
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eumserver_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Check if jar exists and rename it
run: |
cd docker
mv inspectit-ocelot-eum-server-:${{ github.ref_name }}.jar inspectit-ocelot-eum-server.jar
mv inspectit-ocelot-eum-server-${{ github.ref_name }}.jar inspectit-ocelot-eum-server.jar
ls
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -85,5 +85,5 @@ jobs:
with:
context: .
push: true
tags: inspectit/inspectit-ocelot-eum-server${{ github.ref_name }}, inspectit/inspectit-ocelot-eum-server:latest
file: ./docker/Dockerfile
tags: inspectit/inspectit-ocelot-eum-server:${{ github.ref_name }}, inspectit/inspectit-ocelot-eum-server:latest
file: ./docker/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/eumserver_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
container: openjdk:8-jdk
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: test
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit e533581

Please sign in to comment.