File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments