mirror of
https://github.com/b4tman/docker-squid.git
synced 2026-06-10 13:16:14 +03:00
Compare commits
3 Commits
v7.4.0
...
9c7cd164d8
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c7cd164d8 | |||
| 8a78e188ec | |||
| d365d6da53 |
+1
-1
@@ -1 +1 @@
|
||||
custom: ['https://boosty.to/0xffff']
|
||||
custom: ['https://dalink.to/b4tman1', 'https://boosty.to/0xffff']
|
||||
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v5.0.3
|
||||
uses: actions/cache@v5.0.4
|
||||
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@v5.0.3
|
||||
uses: actions/cache@v5.0.4
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.23.3 AS build
|
||||
|
||||
ARG SQUID_VER=7.4
|
||||
ARG SQUID_VER=7.5
|
||||
|
||||
RUN set -x && \
|
||||
apk add --no-cache \
|
||||
|
||||
Reference in New Issue
Block a user