Skip to content

Commit

Permalink
test: build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 28, 2024
1 parent 01e82b1 commit 657c44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ jobs:
- name: Test Image With new Tag
run: |
# first get the latest tag
LATEST_TAG=$(git describe --tags --abbrev=0 | sed 's/^v//')
LATEST_TAG = $(poetry version | sed 's/^nbiatoolkit //')
echo $LATEST_TAG
echo "LATEST_TAG=${LATEST_TAG}" >> "$GITHUB_ENV"
# echo "LATEST_TAG=${LATEST_TAG}" >> "$GITHUB_ENV"
# then test the image with the latest tag
docker run --rm \
Expand Down

0 comments on commit 657c44c

Please sign in to comment.