Skip to content

Commit

Permalink
Merge pull request #283 from Axway/APIGOV-28869
Browse files Browse the repository at this point in the history
Apigov 28869
  • Loading branch information
dfeldick authored Sep 24, 2024
2 parents ccece65 + d95ae4b commit 9c02cd4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ jobs:
id: vars
working-directory: discovery
run: |
pwd
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}')"
echo "now ${{ steps.vars.outputs.sdkversion }}"
echo "sdkversion=$(grep github.com/Axway/agent-sdk go.mod | awk '{print $2}')" >> $GITHUB_OUTPUT
echo "sdkversion=$(grep -Eo "^[\s]+github.com/Axway/agent-sdk go.mod | awk '{print $2}')" >> $GITHUB_OUTPUT
echo "commit=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_OUTPUT
- name: Log in to the Container registry
Expand Down

0 comments on commit 9c02cd4

Please sign in to comment.