mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 06:34:03 +00:00
And another.
This commit is contained in:
parent
9cd699b11e
commit
99628e6674
2
.github/workflows/backend_tests.yml
vendored
2
.github/workflows/backend_tests.yml
vendored
@ -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
|
||||||
|
|
||||||
|
3
.github/workflows/create-docker-action.yml
vendored
3
.github/workflows/create-docker-action.yml
vendored
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user