update versions
This commit is contained in:
parent
debc59e6d0
commit
957f2e7b65
3 changed files with 3 additions and 3 deletions
.forgejo/workflows
|
@ -9,7 +9,7 @@ jobs:
|
|||
if: github.event.pull_request.merged == true
|
||||
runs-on: docker
|
||||
container:
|
||||
image: mafyuh/ansible-bws:v1.1.0
|
||||
image: mafyuh/ansible-bws:v1.1.1
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
run-playbook:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: mafyuh/ansible-bws:v1.1.0
|
||||
image: mafyuh/ansible-bws:v1.1.1
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: mafyuh/ansible-bws:v1.1.0
|
||||
image: mafyuh/ansible-bws:v1.1.1
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Reference in a new issue