Skip to content

Commit

Permalink
chore: fix ci (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Jun 8, 2023
1 parent 65159ae commit 626be72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -52,10 +52,10 @@ docker-image-tag: ## prints the docker image tag
docker-publish-app: app-build-prod ## publish DSP-APP Docker image to Docker-Hub for AMD64 and ARM64
docker buildx build --platform linux/amd64,linux/arm64/v8 --build-arg build_tag=$(BUILD_TAG) -t $(DSP_APP_IMAGE) --push .
# publish source maps to DataDog
datadog-ci sourcemaps upload ${CURRENT_DIR}/dist/apps/dsp-app \
--service=dsp-app \
--release-version=${BUILD_TAG} \
--minified-path-prefix=/
# datadog-ci sourcemaps upload ${CURRENT_DIR}/dist/apps/dsp-app \
# --service=dsp-app \
# --release-version=${BUILD_TAG} \
# --minified-path-prefix=/


.PHONY: docker-publish
Expand Down

0 comments on commit 626be72

Please sign in to comment.