purduemike
PROOP
2 years ago
Trying to set a variable to ${{RAILWAYGITCOMMIT_SHA}} but this variable doesn't resolve. My deployment originates from a github trigger
13 Replies
2 years ago
that is a dynamic variable that would only be available during runtime, it's not available to be referenced
2 years ago
nixpacks or Dockerfile?
2 years ago
then it would be available during the build as long as you do ARG RAILWAY_GIT_COMMIT_SHA
2 years ago
you don't need that ENV line
2 years ago
you're assigning the same variable to the same variable