We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e5ec2 commit f97e952Copy full SHA for f97e952
.github/workflows/docker.yml
@@ -49,7 +49,7 @@ jobs:
49
id: meta
50
uses: docker/metadata-action@v4
51
with:
52
- images: ghcr.io/namada-faucet
+ images: ghcr.io/heliaxdev/namada-faucet
53
tags: |
54
type=schedule
55
type=ref,event=branch
src/config.rs
@@ -6,9 +6,6 @@ pub enum CargoEnv {
6
7
#[derive(clap::Parser)]
8
pub struct AppConfig {
9
- #[clap(long, env, value_enum)]
10
- pub cargo_env: CargoEnv,
11
-
12
#[clap(long, env, default_value = "5000")]
13
pub port: u16,
14
0 commit comments