We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ef407 commit 873fc90Copy full SHA for 873fc90
1 file changed
Makefile
@@ -8,7 +8,7 @@ _LATEST_TAG = $(shell git tag | sort -V | tail -1)
8
.PHONY: release
9
release: test
10
# Validate
11
- [[ "$$(whoami)" = art ]] # Currently only @artnc can push to Docker Hub etc.
+ [[ "$$(whoami)" = art || "$$(whoami)" = codespace ]] # Currently only @artnc can push to Docker Hub etc.
12
[[ -n "${V}" ]] # New version number was provided
13
[[ -z "$$(git status --porcelain)" ]] # Master is clean
14
0 commit comments