Use Github secrets in Dockerfile does not work with Github Actions
I have a Github Action to build image from a Dockerfile located in the same repo with the Github Action. In the Dockerfile I use sensitive data so I chose to use Github Secrets. Here is my Dockerfile: From python:3.9.5…