Skip to content

Commit

Permalink
ci: Fix docker push for worker-pgs
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Jan 13, 2024
1 parent 352a076 commit e4a2e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ image-% push-image-%:
-t $(IMAGE_NAME):$(IMAGE_VERSION)-$* \
-f $*/Dockerfile \
. ; \
if [[ "$*" == "worker" ]]; then \
if [ "$*" = "worker" ]; then \
docker buildx build \
$${DOCKER_BUILD_ARG} \
-t $(IMAGE_NAME):$(IMAGE_VERSION)-$*-pgs \
Expand Down

0 comments on commit e4a2e82

Please sign in to comment.