Skip to content

Commit

Permalink
Merge pull request #281 from Axway/APIGOV-28869
Browse files Browse the repository at this point in the history
APIGOV-28869 - fix sdkversion param
  • Loading branch information
dfeldick authored Sep 24, 2024
2 parents 1aea15e + cb00ec3 commit 50de756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Set outputs
id: vars
working-directory: discovery
run: |
echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
echo "tag=${{github.ref_name }}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:

- name: Set outputs
id: vars
working-directory: discovery
run: |
echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
echo "tag=${{github.ref_name }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 50de756

Please sign in to comment.