From 059e88d5df3dedaa2dd02dcbadeed2183449d776 Mon Sep 17 00:00:00 2001 From: Alexander <4584443+DragonStuff@users.noreply.github.com> Date: Sat, 28 Aug 2021 08:29:32 +0900 Subject: chore(ci): move to using newer metadata action The crazy-max/ghaction-docker-meta@v2 action was moved to docker/metadata-action@v3. --- .github/workflows/container_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/container_test.yml') diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml index 42f2117d4..dbb542e54 100644 --- a/.github/workflows/container_test.yml +++ b/.github/workflows/container_test.yml @@ -14,7 +14,7 @@ jobs: - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v2 + uses: docker/metadata-action@v3 with: images: | chrislusf/seaweedfs -- cgit v1.2.3