Skip to content

Commit

Permalink
fix test image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Sep 15, 2023
1 parent 547654e commit 139d38c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
DEFGUARD_VPN_GATEWAY_IP: "10.20.20.40"
DEFGUARD_VPN_GATEWAY_PORT: "50050"
# FIXME: update to latest after 0.7.1 is released
CORE_IMAGE_TAG: current
CORE_IMAGE_TAG: dev
PROXY_IMAGE_TAG: latest
GATEWAY_IMAGE_TAG: latest
working-directory: temp
Expand Down
3 changes: 2 additions & 1 deletion docker-compose/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ SSL_DIR=".volumes/ssl"
RSA_DIR=".volumes/core"
BASE_COMPOSE_FILE_URL="https://raw.githubusercontent.com/DefGuard/deployment/main/docker-compose/docker-compose.yaml"
BASE_ENV_FILE_URL="https://raw.githubusercontent.com/DefGuard/deployment/main/docker-compose/.env.template"
CORE_IMAGE_TAG="${CORE_IMAGE_TAG:-latest}"
# FIXME: update to latest after 0.7.1 is released
CORE_IMAGE_TAG="${CORE_IMAGE_TAG:-dev}"
GATEWAY_IMAGE_TAG="${GATEWAY_IMAGE_TAG:-latest}"
PROXY_IMAGE_TAG="${PROXY_IMAGE_TAG:-latest}"

Expand Down

0 comments on commit 139d38c

Please sign in to comment.