Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitedim authored May 18, 2024
1 parent 40a09ed commit 8dd07cd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Build Backend Docker Image

on:
push:
branches:
- main
- dev
branches: ["main", "development"]
paths:
- 'apps/backend/**'

Expand All @@ -19,6 +17,5 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build Docker Image
working-directory: apps/backend
run: docker-compose build --pull --no-cache
- name: Build
run: docker-compose build --pull --no-cache

0 comments on commit 8dd07cd

Please sign in to comment.