Fixing push paths
Some checks failed
Build Ansible Image / build-ansible-image (push) Failing after 19s
Build Ansible Image / push-to-docker-hub (push) Failing after 2s

This commit is contained in:
shockrah 2024-09-29 18:24:09 -07:00
parent 79835d2560
commit a54ded29e8
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on:
branches:
- master
paths:
- ansible
- ansible/*
env:
image: shockrah/ansible

View File

@ -19,6 +19,4 @@ RUN apk --update add sudo python3 openssl ca-certificates openssh-client rsync &
CMD ["ansible-playbook", "--version"]