diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a238641..2d93af8 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -34,6 +34,7 @@ jobs: tags: ${{ env.IMAGE_REPO }}/${{ env.IMAGE_NAME }}:latest Deploy: runs-on: ubuntu-latest + needs: BuildImage steps: - name: Run Ansible playbook # uses: dawidd6/action-ansible-playbook@v2.5.0