Skip to content

Commit

Permalink
fix: indentation (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: nkoppisetty <[email protected]>
  • Loading branch information
nkoppisetty authored Jan 11, 2023
1 parent 371107d commit b57df1b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
QUAYIO_ORG: quay.io/numaio
LATFORM: linux/x86_64
TARGET: numalogic-prometheus/udf
run: |
tag=$(basename $GITHUB_REF)
if [ $tag = "main" ]; then
tag="latest"
fi
image_name="${QUAYIO_ORG}/numalogic-prometheus/udf:${tag}"
docker buildx build \
--output "type=image,push=true" \
--platform="${PLATFORM}" \
--tag $image_name .
run: |
tag=$(basename $GITHUB_REF)
if [ $tag = "main" ]; then
tag="latest"
fi
image_name="${QUAYIO_ORG}/numalogic-prometheus/udf:${tag}"
docker buildx build \
--output "type=image,push=true" \
--platform="${PLATFORM}" \
--tag $image_name .
- name: Create Release
id: create_release
Expand Down

0 comments on commit b57df1b

Please sign in to comment.