Skip to content

Commit

Permalink
ci: run docker build on all push and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Sep 12, 2024
1 parent 524cd6b commit b53e128
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Create and publish a Docker image

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['main']
on: [ push, pull_request ]

# 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 b53e128

Please sign in to comment.