ci: test new workflow2

This commit is contained in:
leandrofars 2024-04-13 13:30:01 -03:00
parent b77b973ff1
commit fdcfdc5a86

View File

@ -12,9 +12,10 @@ jobs:
- run:
name: Build and Push application Docker image
command: |
echo $DOCKERHUB_PASSWORD | docker login -u $DOCKERHUB_USERNAME --password-stdin
cd build && make release
workflows:
build_and_deploy:
release:
jobs:
- release:
filters: