From 8db69686690697046aa66f5d18fec6c82ae732e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Minh=20Th=E1=BA=AFng?= Date: Thu, 12 Sep 2024 09:52:19 +0700 Subject: [PATCH] ci: delete .github/workflows/docker-image.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kim Minh Thắng --- .github/workflows/docker-image.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml deleted file mode 100644 index 2872fbc..0000000 --- a/.github/workflows/docker-image.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Docker Image CI - -on: - push: - branches: ['master'] - pull_request: - branches: ['master'] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Build the Docker image - run: cp ./config/firebase_credential.json.example ./config/firebase_credential.json && docker build . --file Dockerfile --tag my-image-name:$(date +%s)