From 3844476fbfd12069012e362db23b65800ccc3540 Mon Sep 17 00:00:00 2001 From: Jayson Date: Sun, 29 Jun 2025 23:32:41 +0900 Subject: [PATCH] chore(docker) : modify docker file naming --- .github/workflows/DOCKER-CD-STAGING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DOCKER-CD-STAGING.yml b/.github/workflows/DOCKER-CD-STAGING.yml index cbe6ddde..bbbcd5cf 100644 --- a/.github/workflows/DOCKER-CD-STAGING.yml +++ b/.github/workflows/DOCKER-CD-STAGING.yml @@ -36,7 +36,7 @@ jobs: - name: Docker Image Build and Push (Native) run: | - docker build -f Dockerfile-native-staging \ + docker build -f Dockerfile-staging \ -t ${{ secrets.STAGING_DOCKER_LOGIN_USERNAME }}/terning_kotlin:latest \ -t ${{ secrets.STAGING_DOCKER_LOGIN_USERNAME }}/terning_kotlin:${{ github.sha }} .