From 8cfc3cb4e5c9ca7a58ced12224e8a6f412fb0ea0 Mon Sep 17 00:00:00 2001 From: Sina Iman Date: Wed, 26 Jun 2024 19:21:20 +0200 Subject: [PATCH] fix build --- .github/workflows/build-server.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-server.yml b/.github/workflows/build-server.yml index 2f7c868..984caab 100644 --- a/.github/workflows/build-server.yml +++ b/.github/workflows/build-server.yml @@ -6,8 +6,7 @@ on: push: paths: - .github/workflows/** - - desci-server/** - - desci-contracts/** + - app/** - Dockerfile branches: # array of glob patterns matching against refs/heads. Optional; defaults to all - main # triggers on pushes that contain changes @@ -56,7 +55,6 @@ jobs: sudo apt-get update sudo apt-get install less echo ${{ secrets.KUBE_CONFIG_DATA }} | base64 --decode > $HOME/.kube/config - aws sts get-caller-identity - name: Build and tag the image (DEV) if: github.ref == 'refs/heads/develop'