From 6a63f1f329abf09bf4493061ffca8b19356574f9 Mon Sep 17 00:00:00 2001 From: Samuel Cattini-Schultz Date: Wed, 17 Apr 2024 20:16:19 +1000 Subject: [PATCH] Actually add latest tag for pushed images --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 66334a0..8535bdc 100644 --- a/Makefile +++ b/Makefile @@ -41,5 +41,6 @@ endif echo $$GITHUB_PAT | docker login ghcr.io --username $$GITHUB_USERNAME --password-stdin VERSION=$(VERSION) $(COMPOSE_PUBLISH) build VERSION=$(VERSION) $(COMPOSE_PUBLISH) push difficalcy-osu difficalcy-taiko difficalcy-catch difficalcy-mania + VERSION=latest $(COMPOSE_PUBLISH) build VERSION=latest $(COMPOSE_PUBLISH) push difficalcy-osu difficalcy-taiko difficalcy-catch difficalcy-mania gh release create "$(VERSION)" --generate-notes