Skip to content

Commit

Permalink
Actually add latest tag for pushed images
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Apr 17, 2024
1 parent 1430d9e commit 6a63f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a63f1f

Please sign in to comment.