From b1e27b71e857985dba0b16e19c5795fe9788ac4b Mon Sep 17 00:00:00 2001 From: HotPotatoC Date: Thu, 15 Apr 2021 00:27:06 +0700 Subject: [PATCH] ci: updated docker image push workflow --- .github/workflows/publish_server_docker_image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_server_docker_image.yml b/.github/workflows/publish_server_docker_image.yml index a8c553d..ca8779d 100644 --- a/.github/workflows/publish_server_docker_image.yml +++ b/.github/workflows/publish_server_docker_image.yml @@ -34,6 +34,8 @@ jobs: uses: crazy-max/ghaction-docker-meta@v2 with: images: hotpotatoc123/kvstore-server + flavor: | + latest=auto tags: | type=ref,event=branch type=ref,event=pr