Tweaked the Docker image build workflow to not be exclusive to only the master branch.

This commit is contained in:
Matt Scott 2023-03-10 18:13:54 -05:00
parent 913528d08f
commit 2e61a1d44a

View File

@ -42,7 +42,7 @@ jobs:
- name: Docker Image Build
uses: docker/build-push-action@v2
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'
with:
context: ./
file: ./docker/Dockerfile