Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel-Tyty committed Feb 7, 2025
1 parent 9abd178 commit 921338c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ build_govtool:
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
echo "Building Dockerfile with tags $CI_APPLICATION_REPOSITORY/govtool:$CI_APPLICATION_TAG and $CI_APPLICATION_REPOSITORY/govtool:latest ..."
echo "network $CARDANO_NETWORK"
docker build --network host -f Dockerfile.govtool \
--build-arg CARDANO_NETWORK="$CARDANO_NETWORK" \
-t "$CI_APPLICATION_REPOSITORY/govtool:$CI_APPLICATION_TAG" \
Expand Down

0 comments on commit 921338c

Please sign in to comment.