Skip to content

Commit

Permalink
docker publish workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 10, 2024
1 parent 0111432 commit 4916ed2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
java-version: "17"
distribution: "temurin"
cache: "gradle"
- name: Extract version
shell: bash
run: |-
VERSION=`./gradlew properties | awk '/^version:/ {print $2}'`
Expand All @@ -47,9 +48,11 @@ jobs:
java-version: "17"
distribution: "temurin"
cache: "gradle"
- name: Package connector
shell: bash
run: |-
./gradlew shadowJar
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down

0 comments on commit 4916ed2

Please sign in to comment.