Skip to content

Commit

Permalink
Add CARGO_NET_GIT_FETCH_WITH_CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Sep 25, 2023
1 parent 4f1ac69 commit daccf53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
# This creates an environment variable called `IMAGE_NAME ` with the value `ghtoken_product_demo`.
env:
IMAGE_NAME: marvin2

# https://github.com/docker/build-push-action/issues/621
CARGO_NET_GIT_FETCH_WITH_CLI: true
#
jobs:
# This pushes the image to GitHub Packages.
Expand Down

0 comments on commit daccf53

Please sign in to comment.