From afd650e18000e8847b2e874b563da8bd610091f7 Mon Sep 17 00:00:00 2001 From: SeungHoon Han <101882530+sleepyhoon@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:08:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20cicd.yml=20login-action=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=88=98=EC=A0=95=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d39489b..25bb834 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -29,7 +29,7 @@ jobs: --scan - name: Login to DockerHub - uses: docker/login-actions@v3 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}