Skip to content

Commit

Permalink
remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
acaiado committed Mar 6, 2024
1 parent f515d54 commit b50eab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:${{ needs.prepare.outputs.tag_version }}
deploy:
runs-on: ubuntu-latest
needs: [prepare, build-and-test, build-image-push]
needs: [prepare, build-image-push]
if: ${{ needs.prepare.outputs.deploy == 'true' }}
steps:
- name: Deploy
Expand Down

0 comments on commit b50eab7

Please sign in to comment.