Skip to content

Commit

Permalink
echo to env
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Oct 7, 2023
1 parent bde949f commit 2d041bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
exit 1
fi
echo "IMAGE_TAG=${IMAGE_TAG}" >> ${GITHUB_ENV}
echo "IMAGE_CACHE=${IMAGE_CACHE}" >> ${GITHUB_ENV}
- name: Build and Push the Docker Image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 2d041bc

Please sign in to comment.