entelecheia/hyperfast-docker-template

Need to load common environment variables from `.docker/docker.common.env` first

Closed this issue · 0 comments

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.base.env
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.