mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-08-04 18:13:34 +00:00
Compare commits
2 Commits
abfd29ad78
...
v6.8.0
Author | SHA1 | Date | |
---|---|---|---|
fb56ae5164 | |||
|
bb4a85b410 |
4
.github/workflows/dockerimage.yml
vendored
4
.github/workflows/dockerimage.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v4.0.0
|
||||
uses: actions/cache@v4.0.1
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
@@ -153,7 +153,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v4.0.0
|
||||
uses: actions/cache@v4.0.1
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.19.1 as build
|
||||
|
||||
ARG SQUID_VER=6.7
|
||||
ARG SQUID_VER=6.8
|
||||
|
||||
RUN set -x && \
|
||||
apk add --no-cache \
|
||||
|
Reference in New Issue
Block a user