mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-07 11:38:30 -04:00
fix docker build
This commit is contained in:
parent
4fa8304799
commit
f3661c0a2c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -113,7 +113,7 @@ jobs:
|
|||
target: ${{ matrix.target }}
|
||||
|
||||
- name: Get release download URL
|
||||
uses: actions/download-artifact@v1
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: artifacts
|
||||
path: artifacts
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.83.0 as cargo-build
|
||||
FROM rust:1.82.0 as cargo-build
|
||||
|
||||
WORKDIR /usr/src/onetun
|
||||
COPY Cargo.toml Cargo.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue