Skip to content

Commit

Permalink
get VERY VERY EXPLICIT with the jarfile detection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl committed May 3, 2023
1 parent 89aa887 commit ce2e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 🫙 Jar and Tag Determination
id: jartag
run: |
echo "jar_file=$(ls ./service/target/*.jar)" >> $GITHUB_OUTPUT
echo "jar_file=$(find ./service/target/ -maxdepth 1 -regextype posix-extended -regex '.*/registry-api-service-[0-9]+\.[0-9]+\.[0-9]+(-SNAPSHOT)?\.jar')" >> $GITHUB_OUTPUT
echo "image_tag=$(echo ${{github.ref}} | awk -F/ '{print $NF}')" >> $GITHUB_OUTPUT
-
name: 💳 Docker Hub Identification
Expand Down

0 comments on commit ce2e118

Please sign in to comment.