We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b664c5 commit 5455acbCopy full SHA for 5455acb
.github/workflows/docker-image.yml
@@ -81,7 +81,7 @@ jobs:
81
labels: ${{ steps.metaWebui.outputs.labels }}
82
platforms: linux/amd64
83
84
- # Process for the `webui` subfolder
+ # Process for the `client` subfolder
85
- name: Extract metadata (tags, labels) for Docker (client)
86
id: metaClient
87
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
@@ -96,7 +96,7 @@ jobs:
96
with:
97
context: ./client
98
push: true
99
- tags: ${{ steps.metaWebui.outputs.tags }}
100
- labels: ${{ steps.metaWebui.outputs.labels }}
+ tags: ${{ steps.metaClient.outputs.tags }}
+ labels: ${{ steps.metaClient.outputs.labels }}
101
102
0 commit comments