From dfd52e3a8a6f3b7ab589762ea0873d0463d67965 Mon Sep 17 00:00:00 2001 From: yeonjy <81320703+yeonjy@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:33:52 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20GITHUB=5FSHA=20=EC=A3=BC=EC=84=9D=20?= =?UTF-8?q?=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 9ca63e47..b6fc390e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -89,7 +89,7 @@ jobs: host: ${{ secrets.HOST }} username: ubuntu key: ${{ secrets.KEY }} - # envs: GITHUB_SHA + envs: GITHUB_SHA script: | sudo docker rm -f $(docker ps -qa) sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}