1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-12-14 05:19:16 +00:00

1 Commits
v6.0.2 ... v5

Author SHA1 Message Date
750d725031 fix ci branches
(cherry picked from commit e7d7016018)

# Conflicts:
#	.github/workflows/dockerimage.yml

[skip ci]
2023-07-06 16:21:36 +03:00
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ on:
push:
# Publish `master` as Docker `latest` image.
branches:
- master
- v6
- master
- v5
# Publish `v1.2.3` tags as releases.
tags:

View File

@@ -1,6 +1,6 @@
FROM alpine:3.17.3 as build
ARG SQUID_VER=6.0.2
ARG SQUID_VER=5.9
RUN set -x && \
apk add --no-cache \