Skip to content

Commit e9a62a6

Browse files
authored
Merge pull request #3 from ElaadNL/ditm-prediction-model-upgrade
Ditm prediction model upgrade
2 parents c33b6fd + d4bcf7b commit e9a62a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
- name: Create version tag
3434
shell: bash
35-
run: echo "tag=docker.elaad.io/elaadnl/bl-reference-implementation:$(git show -s --format="%ct-%h" $GITHUB_SHA)" >> $GITHUB_ENV
35+
run: echo "tag=docker.elaad.io/elaadnl/ditm-openadr-bl:$(git show -s --format="%ct-%h" $GITHUB_SHA)" >> $GITHUB_ENV
3636
- name: Latest tag on main branch
3737
if: github.ref == 'refs/heads/main'
38-
run: echo "tag_main=,docker.elaad.io/elaadnl/bl-reference-implementation:latest" >> $GITHUB_ENV
38+
run: echo "tag_main=,docker.elaad.io/elaadnl/ditm-openadr-bl:latest" >> $GITHUB_ENV
3939

4040
- name: Set up Docker Buildx
4141
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

0 commit comments

Comments
 (0)