We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324d3d6 commit 3c36016Copy full SHA for 3c36016
2 files changed
.github/workflows/docker_auto.yml
@@ -4,6 +4,7 @@ on:
4
- cron: "0 0 * * SUN"
5
push:
6
branches:
7
+ - 4.1.0
8
- 4.0.0
9
jobs:
10
tests:
@@ -15,8 +16,8 @@ jobs:
15
16
env:
17
DOCKER_PLATFORMS: linux/amd64,linux/arm64
18
DOCKER_IMAGE: ghtardo/docker-privoxy-https
- LASTEST_VERSION: "4.0.0"
19
- PRIVOXY_VERSION: "4.0.0"
+ LASTEST_VERSION: "4.1.0"
20
+ PRIVOXY_VERSION: "4.1.0"
21
steps:
22
- name: Set up QEMU
23
uses: docker/setup-qemu-action@v3
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Test
2
3
on:
pull_request:
- branches: [4.0.0]
+ branches: [4.1.0, 4.0.0]
workflow_call:
@@ -40,7 +40,7 @@ jobs:
40
privoxy:
41
strategy:
42
matrix:
43
- privoxy_version: [4.0.0]
+ privoxy_version: [4.1.0, 4.0.0]
44
python-version: [3.13]
45
fail-fast: false
46
runs-on: ubuntu-latest
0 commit comments