Skip to content

Commit

Permalink
APIGOV-27565 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 13, 2024
1 parent cfa092a commit 6269a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
echo "tag=${{github.ref_name }}" >> $GITHUB_OUTPUT
# echo "sdkversion=$(grep github.com/Axway/agent-sdk go.mod | awk '{print $2}')" >> $GITHUB_OUTPUT
sdkversion=$(grep github.com/Axway/agent-sdk go.mod | awk '{print $2}')
sdkversion=grep github.com/Axway/agent-sdk go.mod | awk '{print $2}'
echo "sdkversion: $sdkversion"
echo "sdkversion=$sdkversion" >> $GITHUB_OUTPUT
echo "commit=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6269a15

Please sign in to comment.