From 84fe8b9922d53ad036b3dad491665c56ab154ee3 Mon Sep 17 00:00:00 2001 From: yujamint Date: Thu, 27 Jun 2024 23:15:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20docker=20build=20tag=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f860f57..b91e8b5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -44,7 +44,7 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ secrets.DOCKERHUB_USERNAME }}/qtudy-server:${{ github.sha }} - name: EC2 서버에 배포 uses: appleboy/ssh-action@master