fix: try fix git action docker build
This commit is contained in:
parent
9a19430dc8
commit
8bfcb5d502
|
@ -1,5 +1,5 @@
|
||||||
# Build wg-password binary using Rust on Alpine
|
# Build wg-password binary using Rust on Alpine
|
||||||
FROM rust:1.79.0-alpine AS build_password_binary
|
FROM docker.io/library/rust:1.79.0-alpine AS build_password_binary
|
||||||
|
|
||||||
WORKDIR /wg-password
|
WORKDIR /wg-password
|
||||||
COPY wg-password .
|
COPY wg-password .
|
||||||
|
|
Loading…
Reference in New Issue