From ddcbcb6050caba9623aa397b2cca7c7214ee4385 Mon Sep 17 00:00:00 2001 From: kimdozzi Date: Mon, 27 May 2024 19:36:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EC=A2=85=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 424955cc..82b9e5ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,13 +6,9 @@ on: pull_request: branches: [ "production", "main" ] - jobs: - backend-docker-build-and-push: + build-docker-image: runs-on: ubuntu-latest - permissions: - contents: read - packages: write steps: - name: Checkout uses: actions/checkout@v4