From 3fae378920351b028214c34c61a1b300f489f133 Mon Sep 17 00:00:00 2001 From: tiendat1011 <126654756+tiendat1011@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:18:00 +0700 Subject: [PATCH] update tags to lowercase --- .github/workflows/create-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-image.yml b/.github/workflows/create-image.yml index de9217ec..04b88768 100644 --- a/.github/workflows/create-image.yml +++ b/.github/workflows/create-image.yml @@ -35,5 +35,5 @@ jobs: with: context: . push: true - tags: tiendat1011/DACN-Backend:latest + tags: tiendat1011/dacn-backend:latest file: ./Dockerfile \ No newline at end of file