ci: test new workflow2
This commit is contained in:
parent
b77b973ff1
commit
fdcfdc5a86
|
|
@ -12,9 +12,10 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Build and Push application Docker image
|
name: Build and Push application Docker image
|
||||||
command: |
|
command: |
|
||||||
|
echo $DOCKERHUB_PASSWORD | docker login -u $DOCKERHUB_USERNAME --password-stdin
|
||||||
cd build && make release
|
cd build && make release
|
||||||
workflows:
|
workflows:
|
||||||
build_and_deploy:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
- release:
|
- release:
|
||||||
filters:
|
filters:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user