Skip to content

Commit d9e4e67

Browse files
committed
Update Docker image reference in CI workflows to use app-base-container
1 parent be8c583 commit d9e4e67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: string
2121

2222
env:
23-
DOCKER_IMAGE: gridappsd/gridappsd-python
23+
DOCKER_IMAGE: gridappsd/app-base-container
2424

2525
jobs:
2626
dev-release:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
type: string
1515

1616
env:
17-
DOCKER_IMAGE: gridappsd/gridappsd-python
17+
DOCKER_IMAGE: gridappsd/app-base-container
1818

1919
jobs:
2020
release:

0 commit comments

Comments
 (0)