Skip to content

Commit

Permalink
pass to env
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyd3d committed Aug 26, 2024
1 parent 25e09f0 commit b32a6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
echo "SHA_SHORT=$(echo $TAG_COMMIT_SHA | cut -c1-7)" >> $GITHUB_ENV

# Print values directly using shell variables
IMAGE_DEV="docker.artifactory.d3d.io/${{ env.ARTIFACT_NAME }}:$SHA_SHORT"
IMAGE_QA="docker.artifactory.d3d.io/${{ env.ARTIFACT_NAME }}:$TAG_NAME"
IMAGE_DEV="docker.artifactory.d3d.io/${{ env.ARTIFACT_NAME }}:$SHA_SHORT" >> $GITHUB_ENV
IMAGE_QA="docker.artifactory.d3d.io/${{ env.ARTIFACT_NAME }}:$TAG_NAME" >> $GITHUB_ENV

echo "Tag Name: $TAG_NAME"
echo "Full SHA: $TAG_COMMIT_SHA"
Expand Down

0 comments on commit b32a6d5

Please sign in to comment.