Skip to content

Commit

Permalink
chore: add passed_env to default docker template (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: dj8yf0μl <[email protected]>
  • Loading branch information
dj8yfo and dj8yf0μl authored Oct 29, 2024
1 parent 1902ea0 commit 6c0e5d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/crontab_new_template_renewal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
title: update `cargo near new` template `image` and `image_digest`
env:
# https://github.com/peter-evans/create-pull-request/issues/48#issuecomment-536204092
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ crate-type = ["cdylib", "rlib"]
image = "sourcescan/cargo-near:0.10.1-rust-1.82.0"
# tag after colon above serves only descriptive purpose; image is identified by digest
image_digest = "sha256:48206ab74c774cb03394ef84f0c5e0b458a071331164b5da853de06f3510cbf8"
# list of environment variables names, whose values, if set, will be used as external build parameters
# in a reproducible manner
# supported by `sourcescan/cargo-near:0.10.1-rust-1.82.0` image or later images
passed_env = []
# build command inside of docker container
# if docker image from default gallery is used https://hub.docker.com/r/sourcescan/cargo-near/tags,
# the command may be any combination of flags of `cargo-near`,
Expand Down

0 comments on commit 6c0e5d5

Please sign in to comment.