In this video, we expand on the work we did with environment variables from the last video by introducing Docker and GitHub Actions. We cover adding environment variables into a Docker build step through command line arguments then injecting configurable variables in GitHub Actions to automate those build steps.
Docker ENV: https://docs.docker.com/engine/refere...
Docker ARG: https://docs.docker.com/engine/refere...
GitHub Actions: https://docs.github.com/en/actions
GitHub Secrets: https://docs.github.com/en/actions/se...
Watch Austin's Livestreams here
YouTube: / heyaustingil
Twitch: / heyaustingil
Website: https://austingil.com/
0:25 Introduction
0:26 Docker and GitHub Actions
5:56 End Card