Skip to content

Commit

Permalink
build: test docker multi-release build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
markwoon committed Apr 16, 2024
1 parent 93c65fd commit 0f5b7f0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set appVersion
uses: bhowell2/github-substring-action@v1
id: appVersion
with:
value: ${{github.ref}}
index_of_str: "refs/tags/v"

- run: echo "Version = ${{steps.appVersion.outputs.substring}}"

- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand All @@ -33,7 +24,7 @@ jobs:
- name: Package app
run: |
./gradlew shadowJar --no-daemon
mv build/libs/pharmcat-${{steps.appVersion.outputs.substring}}-all.jar build/pharmcat.jar
mv build/libs/pharmcat-*-all.jar build/pharmcat.jar
- name: Set up QEMU
Expand Down

0 comments on commit 0f5b7f0

Please sign in to comment.