Skip to content

Commit

Permalink
New: publish-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Jul 1, 2024
1 parent 70f37d9 commit dc05613
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notebooks/shared/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1287,11 +1287,13 @@ docker-run docker:
docker-push:
docker push $(DOCKER_TAG)

docker-release:
docker-tag:
docker pull $(DOCKER_TAG)
docker tag $(DOCKER_TAG):latest $(DOCKER_TAG):$(GIT_HASH)
docker push $(DOCKER_TAG):latest

publish-docker: docker-image docker-push docker-tag

# Cleanup unused space
docker-clean:
docker system prune --all --force
Expand Down

0 comments on commit dc05613

Please sign in to comment.