Compare commits
4 Commits
v1.11.1
...
62aa4d4d4e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62aa4d4d4e | ||
|
|
df2468d8de | ||
|
|
53e8111ec3 | ||
|
|
821281d71f |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -76,8 +76,7 @@ jobs:
|
|||||||
--merge \
|
--merge \
|
||||||
./helm-charts/index.yaml \
|
./helm-charts/index.yaml \
|
||||||
./helm-charts
|
./helm-charts
|
||||||
- uses: yKicchan/generate-directory-listing-action@v1
|
- {uses: gacts/directory-listing@v1, with: {overwrite: true}}
|
||||||
with: {target: ., ignore: "**/index.html", override: true}
|
|
||||||
- name: Commit and push the changes
|
- name: Commit and push the changes
|
||||||
run: |
|
run: |
|
||||||
git config user.name "${{ github.actor }}"
|
git config user.name "${{ github.actor }}"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM docker.io/library/gcc:13.3.0 AS builder
|
FROM docker.io/library/gcc:15.1.0 AS builder
|
||||||
|
|
||||||
# renovate: source=github-tags name=3proxy/3proxy
|
# renovate: source=github-tags name=3proxy/3proxy
|
||||||
ARG Z3PROXY_VERSION=0.9.4
|
ARG Z3PROXY_VERSION=0.9.5
|
||||||
|
|
||||||
# Fetch 3proxy sources
|
# Fetch 3proxy sources
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
|
|||||||
Reference in New Issue
Block a user