Skip to content

Commit

Permalink
Update stable-cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl committed May 3, 2023
1 parent 4ced82e commit e4caf4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
name: 🫙 Jar and Tag Determination
id: jartag
run: |
echo "::set-output name=jar_file::$(ls ./service/target/*.jar)"
echo "::set-output name=image_tag::$(echo ${{github.ref}} | awk -F/ '{print $NF}')"
echo "jar_file=$(ls ./service/target/*.jar)" >> $GITHUB_OUTPUT
echo "image_tag=$(echo ${{github.ref}} | awk -F/ '{print $NF}')" >> $GITHUB_OUTPUT
-
name: 💳 Docker Hub Identification
uses: docker/login-action@v2
Expand Down

0 comments on commit e4caf4e

Please sign in to comment.