Skip to content

Commit

Permalink
Merge pull request #176 from entelecheia/main
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia authored Apr 5, 2024
2 parents 35ad494 + 49b4401 commit 7a4e1df
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .copier-docker-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.29.4-2-g7c35c83
_commit: v0.29.5-3-g02edfff
_src_path: .
app_dirname: entelecheia
app_install_root: /opt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- docker*
paths:
- ".docker/**"
- ".docker/**/*.`{{ docker_image_variant_name }}`.*"

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down
14 changes: 14 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export PROJECT_ROOT
PATH="${PROJECT_ROOT}/.docker/.docker-scripts:${PATH}"
DOCKER_PROJECT_NAME=${DOCKER_PROJECT_NAME:-""}
DOCKER_PROJECT_ID=${DOCKER_PROJECT_ID:-"default"}
COMMAND=${COMMAND:-"build"}
VARIANT=${IMAGE_VARIANT:-"base"}
RUN_COMMAND=${RUN_COMMAND:-"bash"}
export DOCKER_PROJECT_NAME
export PROJECT_ID
export COMMAND
export VARIANT
export RUN_COMMAND
2 changes: 1 addition & 1 deletion .github/workflows/deploy-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- docker*
paths:
- ".docker/**"
- ".docker/**/*.base.*"

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit 7a4e1df

Please sign in to comment.