We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfc4b0 commit 63839d5Copy full SHA for 63839d5
Makefile
@@ -72,9 +72,6 @@ build: init
72
publish: init login-github version
73
docker compose build --push backstage
74
VERSION=latest docker compose build --push backstage
75
-
76
-version:
77
- @echo "$(VERSION)"
78
ifdef CI
79
@echo "# 📦 Version" >> ${GITHUB_STEP_SUMMARY}
80
@echo "Copy the following version to the \`VERSION\` variable as the Docker image tag." >> ${GITHUB_STEP_SUMMARY}
@@ -84,6 +81,9 @@ ifdef CI
84
81
@echo "" >> ${GITHUB_STEP_SUMMARY}
85
82
endif
86
83
+version:
+ @echo "$(VERSION)"
+
87
release: version
88
89
git config --global user.email "[email protected]"
0 commit comments