Skip to content

Commit

Permalink
Fix: bad tagging in docker-release
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Jun 30, 2024
1 parent 84fd230 commit f02ecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/shared/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ docker-push:

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

# Cleanup unused space
Expand Down

0 comments on commit f02ecb9

Please sign in to comment.