maybe the compound check syntax was invalid
This commit is contained in:
parent
b48713b9e9
commit
c55095a367
|
@ -301,8 +301,8 @@ jobs:
|
||||||
path: pr/
|
path: pr/
|
||||||
|
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
if: github.ref_name == 'main' && ${{ github.event_name == 'push' }}
|
|
||||||
needs: tests
|
needs: tests
|
||||||
|
if: ${{ github.ref_name == 'main' && github.event_name == 'push' }}
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: sartography/spiffworkflow-backend
|
IMAGE_NAME: sartography/spiffworkflow-backend
|
||||||
|
|
Loading…
Reference in New Issue