Skip to content

Commit 5455acb

Browse files
committed
Update docker-image.yml
1 parent 4b664c5 commit 5455acb

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
@@ -81,7 +81,7 @@ jobs:
8181
labels: ${{ steps.metaWebui.outputs.labels }}
8282
platforms: linux/amd64
8383

84-
# Process for the `webui` subfolder
84+
# Process for the `client` subfolder
8585
- name: Extract metadata (tags, labels) for Docker (client)
8686
id: metaClient
8787
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
context: ./client
9898
push: true
99-
tags: ${{ steps.metaWebui.outputs.tags }}
100-
labels: ${{ steps.metaWebui.outputs.labels }}
99+
tags: ${{ steps.metaClient.outputs.tags }}
100+
labels: ${{ steps.metaClient.outputs.labels }}
101101
platforms: linux/amd64
102102

0 commit comments

Comments
 (0)