Skip to content

Commit

Permalink
CI image version
Browse files Browse the repository at this point in the history
  • Loading branch information
dashrath-chauhan committed Feb 29, 2024
1 parent 66c5509 commit f5f0077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Set Docker Image Version
run: |
source ci/set-docker-image-version.sh
echo "version=${DOCKER_IMG_VER}" >> $GITHUB_ENV
- name: Build Docker Image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit f5f0077

Please sign in to comment.