update docker image version
This commit is contained in:
parent
8a36678b00
commit
3ba74f1ec1
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.0.8
|
||||
image: mafyuh/ansible-bws:v1.1.0
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
run-playbook:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: mafyuh/ansible-bws:v1.0.8
|
||||
image: mafyuh/ansible-bws:v1.1.0
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:22
|
||||
image: mafyuh/ansible-bws:v1.1.0
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Reference in a new issue