Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5e9f108eb | ||
|
|
7b6870751c |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action>
|
- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
@@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
||||||
|
|
||||||
|
## v1.8.3
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Missing port definitions when `EXTRA_ACCOUNTS` is set
|
||||||
|
|
||||||
## v1.8.2
|
## v1.8.2
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ RUN set -x \
|
|||||||
COPY --from=builder /lib/*-linux-gnu/libdl.so.* ./lib/
|
COPY --from=builder /lib/*-linux-gnu/libdl.so.* ./lib/
|
||||||
COPY --from=builder /tmp/3proxy/bin/3proxy ./bin/3proxy
|
COPY --from=builder /tmp/3proxy/bin/3proxy ./bin/3proxy
|
||||||
COPY --from=builder /tmp/3proxy/bin/*.ld.so ./usr/local/3proxy/libexec/
|
COPY --from=builder /tmp/3proxy/bin/*.ld.so ./usr/local/3proxy/libexec/
|
||||||
COPY --from=ghcr.io/tarampampam/mustpl:0.1.0 /bin/mustpl ./bin/mustpl
|
COPY --from=ghcr.io/tarampampam/mustpl:0.1.1 /bin/mustpl ./bin/mustpl
|
||||||
COPY 3proxy.cfg.json ./etc/3proxy/3proxy.cfg.json
|
COPY 3proxy.cfg.json ./etc/3proxy/3proxy.cfg.json
|
||||||
COPY 3proxy.cfg.mustach ./etc/3proxy/3proxy.cfg.mustach
|
COPY 3proxy.cfg.mustach ./etc/3proxy/3proxy.cfg.mustach
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user