Update deploy-squad.yml

This commit is contained in:
Skillet 2023-04-13 04:41:21 -04:00 committed by GitHub
parent dbd13bc222
commit 8b7de9d4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,14 @@ on:
jobs:
lint-inventory:
uses: ./.github/workflows/lint-inventory.yml
secrets: inherit
deploy:
runs-on: self-hosted
needs:
- lint-inventory
container:
image: ${{ vars.DOCKER_REGISTRY_URL }}/${{ vars.ansible_container }}:latest
credentials: