Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoppisetty authored Jan 17, 2023
1 parent 3b99402 commit 9f03e4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set output
id: vars
run: |
tag=$(poetry version -s) | echo $tag
echo "tag=$(poetry version -s)" >> $GITHUB_OUTPUT
- name: Docker Login
uses: docker/login-action@v2
Expand All @@ -42,7 +42,9 @@ jobs:
QUAYIO_ORG: quay.io/numaio
PLATFORM: linux/x86_64
TARGET: numalogic-prometheus/udf
run: |
run: |
tag=$(basename $GITHUB_OUTPUT)
image_name="${QUAYIO_ORG}/numalogic-prometheus/udf:${tag}"
docker buildx build \
Expand Down

0 comments on commit 9f03e4f

Please sign in to comment.