Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinzolotarev committed Apr 29, 2023
1 parent 7b2b508 commit e50d26e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build & Push Production Docker Images
on:
workflow_dispatch: # Allow manual trigger
workflow_run:
branches:
- master
push: # Build & release on tags
branches:
- master
tags:
- 'v*'

Expand Down

0 comments on commit e50d26e

Please sign in to comment.