porter-stack
.
push
. Please see the GitHub Actions docs for reference.
As long as the steps Setup porter and Deploy stack are present in your github actions file, you can also prepend or append any steps as desired.
PORTER_
.
Please note that Secrets
will not be made available to your build process. Learn more about Secrets
here.
Dockerfile
buildsDockerfile
and require environment variables to be used during the build process, you can use the ARG
keyword to make these variables available to your Dockerfile
and the ${env-var-name}
syntax to reference them elsewhere in the file. Example snippet from a Dockerfile
:
COPY --chown
. To enable buildkit, set the DOCKER_BUILDKIT
environment variable to 1
. This can be set at the Github Actions Workflow-level with the following snippet at the top-level of your Github Actions file: