Skip to content

Commit 40178ca

Browse files
committed
Update Docker image workflow to use specific service names for director, storage, and webui
1 parent 179ad8d commit 40178ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: metaDirector
3737
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
3838
with:
39-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-director
39+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/bareos-director
4040
tags: |
4141
# set latest tag for default branch
4242
type=raw,value=latest,enable={{is_default_branch}}
@@ -55,7 +55,7 @@ jobs:
5555
id: metaStorage
5656
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
5757
with:
58-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-storage
58+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/bareos-storage
5959
tags: |
6060
# set latest tag for default branch
6161
type=raw,value=latest,enable={{is_default_branch}}
@@ -74,7 +74,7 @@ jobs:
7474
id: metaWebui
7575
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
7676
with:
77-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-webui
77+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/bareos-webui
7878
tags: |
7979
# set latest tag for default branch
8080
type=raw,value=latest,enable={{is_default_branch}}

0 commit comments

Comments
 (0)