And another.

This commit is contained in:
Dan 2022-11-17 14:35:47 -05:00
parent 9cd699b11e
commit 99628e6674
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Tests name: Tests
on: on:
push: - push:
branches: [ 'main' ] # just for testing for a bit. branches: [ 'main' ] # just for testing for a bit.
- pull_request - pull_request

View File

@ -32,7 +32,8 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
images: sartography/spiffworkflow-backend images:
name=sartography/spiffworkflow-backend
- name: Login to DockerHub - name: Login to DockerHub
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'