Skip to content

Commit

Permalink
Merge pull request #53 from kennyd3d/workflow-dropdown
Browse files Browse the repository at this point in the history
pass to env
  • Loading branch information
kennyd3d authored Aug 26, 2024
2 parents a1b8683 + b32a6d5 commit 9bd1806
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 9bd1806

Please sign in to comment.