The secrets are not being applied in the gitaction docker/build-push-action #1018
Unanswered
aitrics-ray
asked this question in
Q&A
Replies: 1 comment
-
Try wrapping
in the docker file you must call the build command in the same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.docker.com/build/ci/github-actions/secrets/
I attempted to verify if the secrets were correctly applied based on the above link, but contrary to my expectations, it did not work.
Here is a question similar to mine. Pass secrets from git action to docker image as env variable
Git Action Output enter image description here
Docker run output
The environment variable VC_MYSQL_USER is missing. What did I do wrong here?
Beta Was this translation helpful? Give feedback.
All reactions