Skip to content

Commit

Permalink
Establish docker latest tag for releases, nightly for dev builds (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
goebelmeier committed Jan 6, 2022
1 parent 0686189 commit 5fa0a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -81,8 +81,9 @@ publish-latest:
publish-latest-ci:
@echo Version: $(VERSION) $(BUILD_DATE)
seihon publish --dry-run=false --template docker/ci.Dockerfile --base-runtime-image alpine:$(ALPINE_VERSION) \
--image-name $(DOCKER_IMAGE) -v "latest" --targets=$(TARGETS)
--image-name $(DOCKER_IMAGE) -v "nightly" --targets=$(TARGETS)

# TODO: -v "0" needs to be replaced by MAJOR, MINOR and PATCH as soon as we made it to semantic versioning
publish-images:
@echo Version: $(VERSION) $(BUILD_DATE)
seihon publish --dry-run=false --template docker/tmpl.Dockerfile --base-runtime-image alpine:$(ALPINE_VERSION) \
Expand Down

0 comments on commit 5fa0a3a

Please sign in to comment.