Skip to content

Commit 3ba74f1

Browse files
committedFeb 1, 2025
update docker image version
1 parent 8a36678 commit 3ba74f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.forgejo/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event.pull_request.merged == true
1010
runs-on: docker
1111
container:
12-
image: mafyuh/ansible-bws:v1.0.8
12+
image: mafyuh/ansible-bws:v1.1.0
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4

‎.forgejo/workflows/ansible-playbooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run-playbook:
2424
runs-on: docker
2525
container:
26-
image: mafyuh/ansible-bws:v1.0.8
26+
image: mafyuh/ansible-bws:v1.1.0
2727

2828
steps:
2929
- name: Checkout Repository

‎.forgejo/workflows/tofu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
deploy:
1212
runs-on: docker
1313
container:
14-
image: node:22
14+
image: mafyuh/ansible-bws:v1.1.0
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.