image tag output

This commit is contained in:
aswin-in-philips 2023-03-29 12:10:55 +05:30
parent 0b0141a7d9
commit 2b60fef2ae
1 changed files with 5 additions and 1 deletions

View File

@ -160,7 +160,11 @@ jobs:
echo "prTag=${pr_tag}" >> $GITHUB_OUTPUT
echo "betaTag=${beta_tag}" >> $GITHUB_OUTPUT
echo "${{ env.HSDP_DOCKER_REGISTRY }}/edi-foundation-oauth2-proxy:${pr_tag}" > /tmp/output.txt
- name: Image tag
run: |
cat /tmp/output.txt
# - name: Docker Build
# run: |
@ -190,7 +194,7 @@ jobs:
# if: github.ref == 'refs/heads/edi-foundation-integration'
# uses: actions/upload-artifact@v2
# with:
# name: ${{ env.CI_IMAGE }}
# name: Image tag
# path: /tmp/output.txt
# if-no-files-found: error