Skip to content

Commit b49a037

Browse files
committed
Don't push Latest, we never want to use the latest image, we always want to use a specific version
1 parent eb69926 commit b49a037

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ build: info
3232

3333
deploy: build _login
3434
docker tag ${DOCKER_IMAGE}:latest ${DOCKER_IMAGE}:${VERSION}
35-
docker push ${DOCKER_IMAGE}:latest
3635
docker push ${DOCKER_IMAGE}:${VERSION}
3736
@echo "DOCKER_TAG=${VERSION}" >> $GITHUB_ENV
3837

0 commit comments

Comments
 (0)