mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-08 06:58: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 }}
|
target: ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Get release download URL
|
- name: Get release download URL
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: 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
|
WORKDIR /usr/src/onetun
|
||||||
COPY Cargo.toml Cargo.toml
|
COPY Cargo.toml Cargo.toml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue