And another.
This commit is contained in:
parent
063b8096fe
commit
d4c3881561
|
@ -1,7 +1,7 @@
|
|||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
- push:
|
||||
branches: [ 'main' ] # just for testing for a bit.
|
||||
- pull_request
|
||||
|
||||
|
|
|
@ -32,7 +32,8 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: sartography/spiffworkflow-backend
|
||||
images:
|
||||
name=sartography/spiffworkflow-backend
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: github.event_name != 'pull_request'
|
||||
|
|
Loading…
Reference in New Issue