Skip to content

Commit

Permalink
ci: fix docker-latest make target
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Mar 14, 2022
1 parent c494c75 commit e405ab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ docker-latest: build ## builds a Docker container with the latest binary
--label=org.opencontainers.image.revision=$(shell git show -s --format=%H HEAD) \
--label=org.opencontainers.image.version=$(VERSION) \
--platform=linux/amd64 \
-t digineode/texd:latest
-t digineode/texd:latest \
.

.PHONY: bump bump-major bump-minor bump-patch
bump: bump-patch ## bump version
Expand Down

0 comments on commit e405ab8

Please sign in to comment.