Skip to content

Commit

Permalink
Update build_turnip_ppa_2410.yml
Browse files Browse the repository at this point in the history
Multiple --build-arg
  • Loading branch information
MastaG authored Jul 11, 2024
1 parent 45add16 commit 153a9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_turnip_ppa_2410.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
cd "$GITHUB_WORKSPACE"
sudo apt update
sudo apt install -y podman sudo
podman build -f Dockerfile -t turnip-build --build-arg EMAIL="$EMAIL" PRIVKEY="$PRIVKEY" PUBKEY="$PUBKEY"
podman build -f Dockerfile -t turnip-build --build-arg EMAIL="$EMAIL" --build-arg PRIVKEY="$PRIVKEY" --build-arg PUBKEY="$PUBKEY"
podman run turnip-build

0 comments on commit 153a9dc

Please sign in to comment.