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: - 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: