Skip to content

Commit

Permalink
Run workflow for building docker image on push to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajmajer committed Jul 22, 2024
1 parent 0802d06 commit fba255a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build Docker Image

# Configures this workflow to run manually.
on: workflow_dispatch
on:
push:
branches:
- 'master'

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit fba255a

Please sign in to comment.