Skip to content

Commit

Permalink
Remove unnecessary docker build branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen authored Nov 6, 2023
1 parent d7a6db6 commit e5385ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches:
- 'main'
- 'og-develop'
- 'action-primitives'

jobs:
docker:
Expand Down Expand Up @@ -114,4 +113,4 @@ jobs:
labels: ${{ steps.meta-prod.outputs.labels }}
file: docker/prod.Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max

0 comments on commit e5385ed

Please sign in to comment.