Skip to content

Commit

Permalink
APIGOV-28869 - fix sdkversion param
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Sep 24, 2024
1 parent 1aea15e commit cb00ec3
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 cb00ec3

Please sign in to comment.