Skip to content

Commit

Permalink
Dont build deb
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Nov 22, 2024
1 parent b5efa9f commit 5af5bd6
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 @@ -51,7 +51,7 @@ build-docker-image:
-t "$(DOCKER_REPO_NAME)/ralph-static-nginx:$(RALPH_VERSION)" .

build-snapshot-docker-image: version = $(shell ./get_version.sh show)
build-snapshot-docker-image: build-snapshot-package
build-snapshot-docker-image:
docker build \
-f docker/Dockerfile-prod \
--build-arg RALPH_VERSION="$(version)" \
Expand Down

0 comments on commit 5af5bd6

Please sign in to comment.