Skip to content

Commit f97e952

Browse files
committed
ci
1 parent b4e5ec2 commit f97e952

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: meta
5050
uses: docker/metadata-action@v4
5151
with:
52-
images: ghcr.io/namada-faucet
52+
images: ghcr.io/heliaxdev/namada-faucet
5353
tags: |
5454
type=schedule
5555
type=ref,event=branch

src/config.rs

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ pub enum CargoEnv {
66

77
#[derive(clap::Parser)]
88
pub struct AppConfig {
9-
#[clap(long, env, value_enum)]
10-
pub cargo_env: CargoEnv,
11-
129
#[clap(long, env, default_value = "5000")]
1310
pub port: u16,
1411

0 commit comments

Comments
 (0)