Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 1, 2024
1 parent b4e5ec2 commit f97e952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/namada-faucet
images: ghcr.io/heliaxdev/namada-faucet
tags: |
type=schedule
type=ref,event=branch
Expand Down
3 changes: 0 additions & 3 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ pub enum CargoEnv {

#[derive(clap::Parser)]
pub struct AppConfig {
#[clap(long, env, value_enum)]
pub cargo_env: CargoEnv,

#[clap(long, env, default_value = "5000")]
pub port: u16,

Expand Down

0 comments on commit f97e952

Please sign in to comment.