Skip to content

Commit d254031

Browse files
Update build-publish-jdk11-tf-depoy-image.yaml
1 parent 9acf196 commit d254031

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-publish-jdk11-tf-depoy-image.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
- name: Get software versions
4141
run: bash get_software_versions.sh
4242

43+
- name: print env vars
44+
run: |
45+
echo ${{ env.TF_VERSION }}
46+
echo ${{ env.AZ_CLI_VERSION }}
47+
4348
- name: Build and docker image with latest tag
4449
uses: docker/build-push-action@v5
4550
with:

0 commit comments

Comments
 (0)