From c1ae34a6e85c94c93268642e87fbc47565ef4b73 Mon Sep 17 00:00:00 2001 From: Jaehyeon Date: Tue, 9 Jan 2024 19:40:02 +0900 Subject: [PATCH] Feat: fix shell --- .github/workflows/jib-build-depoly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jib-build-depoly.yml b/.github/workflows/jib-build-depoly.yml index 5ba50cff..f21df09a 100644 --- a/.github/workflows/jib-build-depoly.yml +++ b/.github/workflows/jib-build-depoly.yml @@ -58,7 +58,7 @@ jobs: - name: Build with jib run: | - ./gradlew :daepiro-api:jibDockerBuild -x test \ + ./gradlew :daepiro-api:jib -x test \ -Djib.to.auth.username=${{ secrets.DOCKER_USERNAME }} \ -Djib.to.auth.password=${{ secrets.DOCKER_PASSWORD }} \ -Djib.to.image="${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_IMAGE }}:latest"