mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
workflows: fix image name
This commit is contained in:
parent
89a799ad80
commit
be21279173
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
docker build -t host -f Dockerfile.test .
|
||||
docker build -t action -f Dockerfile .
|
||||
docker run -d --name host -e SSH_PUBLIC_KEY="${{secrets.SSH_PUBLIC_KEY}}" host
|
||||
docker run -t --name action --link host -e INPUT_PLAYBOOK=playbook.yml -e INPUT_KEY="${{secrets.SSH_PRIVATE_KEY}}" host
|
||||
docker run -t --name action --link host -e INPUT_PLAYBOOK=playbook.yml -e INPUT_KEY="${{secrets.SSH_PRIVATE_KEY}}" action
|
||||
- name: Test local
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue