Skip to content

Commit 3c36016

Browse files
committed
upd: workflow
1 parent 324d3d6 commit 3c36016

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/docker_auto.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- cron: "0 0 * * SUN"
55
push:
66
branches:
7+
- 4.1.0
78
- 4.0.0
89
jobs:
910
tests:
@@ -15,8 +16,8 @@ jobs:
1516
env:
1617
DOCKER_PLATFORMS: linux/amd64,linux/arm64
1718
DOCKER_IMAGE: ghtardo/docker-privoxy-https
18-
LASTEST_VERSION: "4.0.0"
19-
PRIVOXY_VERSION: "4.0.0"
19+
LASTEST_VERSION: "4.1.0"
20+
PRIVOXY_VERSION: "4.1.0"
2021
steps:
2122
- name: Set up QEMU
2223
uses: docker/setup-qemu-action@v3

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22

33
on:
44
pull_request:
5-
branches: [4.0.0]
5+
branches: [4.1.0, 4.0.0]
66
workflow_call:
77

88
jobs:
@@ -40,7 +40,7 @@ jobs:
4040
privoxy:
4141
strategy:
4242
matrix:
43-
privoxy_version: [4.0.0]
43+
privoxy_version: [4.1.0, 4.0.0]
4444
python-version: [3.13]
4545
fail-fast: false
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)