Skip to content

Commit

Permalink
Update Docker registry (#5203)
Browse files Browse the repository at this point in the history
* Update image

* Update registry
  • Loading branch information
compulim committed Jun 6, 2024
1 parent 157a8cb commit 745a603
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/samples.07.a.upload-to-azure-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
APP_NAME: webchat-samples-uploadazurestorage
DOCKER_IMAGE: webchatsamples.azurecr.io/webchat-samples-uploadazurestorage
DOCKER_REGISTRY: webchatsamples.azurecr.io
# DOCKER_IMAGE: your-own-registry.azurecr.io/webchat-samples-uploadazurestorage
# DOCKER_REGISTRY: your-own-registry.azurecr.io
DOCKER_TAG: sha-${{ github.sha }}
DOCKERFILE_PATH: samples/07.advanced-web-chat-apps/a.upload-to-azure-storage
PUBLISH_PROFILE: ${{ secrets.SAMPLES_UPLOADAZURESTORAGE_PUBLISH_PROFILE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/samples.07.b.sso-for-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
APP_NAME: webchat-samples-ssoenterprise
DOCKER_IMAGE: webchatsamples.azurecr.io/webchat-samples-ssoenterprise
DOCKER_REGISTRY: webchatsamples.azurecr.io
# DOCKER_IMAGE: your-own-registry.azurecr.io/webchat-samples-ssoenterprise
# DOCKER_REGISTRY: your-own-registry.azurecr.io
DOCKER_TAG: sha-${{ github.sha }}
DOCKERFILE_PATH: samples/07.advanced-web-chat-apps/b.sso-for-enterprise
PUBLISH_PROFILE: ${{ secrets.SAMPLES_SSOENTERPRISE_PUBLISH_PROFILE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/samples.07.c.sso-for-intranet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
APP_NAME: webchat-samples-ssointranet
DOCKER_IMAGE: webchatsamples.azurecr.io/webchat-samples-ssointranet
DOCKER_REGISTRY: webchatsamples.azurecr.io
# DOCKER_IMAGE: your-own-registry.azurecr.io/webchat-samples-ssointranet
# DOCKER_REGISTRY: your-own-registry.azurecr.io
DOCKER_TAG: sha-${{ github.sha }}
DOCKERFILE_PATH: samples/07.advanced-web-chat-apps/c.sso-for-intranet
PUBLISH_PROFILE: ${{ secrets.SAMPLES_SSOINTRANET_PUBLISH_PROFILE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/samples.07.d.sso-for-teams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
APP_NAME: webchat-samples-ssoteams
DOCKER_IMAGE: webchatsamples.azurecr.io/webchat-samples-ssoteams
DOCKER_REGISTRY: webchatsamples.azurecr.io
# DOCKER_IMAGE: your-own-registry.azurecr.io/webchat-samples-ssoteams
# DOCKER_REGISTRY: your-own-registry.azurecr.io
DOCKER_TAG: sha-${{ github.sha }}
DOCKERFILE_PATH: samples/07.advanced-web-chat-apps/d.sso-for-teams
PUBLISH_PROFILE: ${{ secrets.SAMPLES_SSOTEAMS_PUBLISH_PROFILE }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ services:
context: .
dockerfile: Dockerfile-bot
env_file: ./bot/.env
image: webchat.azurecr.io/webchat-sso-bot
# image: your-own-registry.azurecr.io/webchat-sso-bot
web:
build:
context: .
dockerfile: Dockerfile-web
env_file: ./rest-api/.env
image: webchat.azurecr.io/webchat-sso-web
# image: your-own-registry.azurecr.io/webchat-sso-web
ports:
- "3000:5000"
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ services:
context: .
dockerfile: Dockerfile-bot
env_file: ./bot/.env
image: webchat.azurecr.io/webchat-sso-intranet-bot
# image: your-own-registry.azurecr.io/webchat-sso-intranet-bot
web:
build:
context: .
dockerfile: Dockerfile-web
env_file: ./web/.env
image: webchat.azurecr.io/webchat-sso-intranet-web
# image: your-own-registry.azurecr.io/webchat-sso-intranet-web
ports:
- "3000:5000"
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ services:
context: .
dockerfile: Dockerfile-bot
env_file: ./bot/.env
image: webchat.azurecr.io/webchat-sso-teams-bot
# image: your-own-registry.azurecr.io/webchat-sso-teams-bot
web:
build:
context: .
dockerfile: Dockerfile-web
env_file: ./web/.env
image: webchat.azurecr.io/webchat-sso-teams-web
# image: your-own-registry.azurecr.io/webchat-sso-teams-web
ports:
- "3000:5000"
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ services:
context: .
dockerfile: Dockerfile-bot
env_file: ./bot/.env
image: webchat.azurecr.io/webchat-sso-bot
# image: your-own-registry.azurecr.io/webchat-sso-bot
web:
build:
context: .
dockerfile: Dockerfile-web
env_file: ./rest-api/.env
image: webchat.azurecr.io/webchat-sso-web
# image: your-own-registry.azurecr.io/webchat-sso-web
ports:
- "3000:5000"

0 comments on commit 745a603

Please sign in to comment.